freebsd-ports/devel/goredo/Makefile
Yuri Victorovich 843432c943 devel/goredo: Update 1.29.0 → 1.30.0
Reported by:	portscout
2023-01-24 00:33:47 -08:00

20 lines
405 B
Makefile

PORTNAME= goredo
DISTVERSION= 1.30.0
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>