freebsd-ports/devel/goredo/Makefile

21 lines
421 B
Makefile

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