freebsd-ports/devel/goredo/Makefile
2023-03-09 14:18:07 -05:00

20 lines
421 B
Makefile

PORTNAME= goredo
DISTVERSION= 1.30.0
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.goredo.cypherpunks.ru/download/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Go implementation of djb's redo, Makefile replacement that sucks less
WWW= http://www.goredo.cypherpunks.ru/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= go tar:zst
WRKSRC_SUBDIR= src
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>