mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
20 lines
342 B
Makefile
20 lines
342 B
Makefile
PORTNAME= dz6
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.0
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= TUI-based hexadecimal editor
|
|
WWW= https://github.com/mentebinaria/dz6
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mentebinaria
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|