1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/goredo/Makefile
Yuri Victorovich 36101ef79c devel/goredo: Update 1.6.0 -> 1.7.0
Reported by:	portscout
2021-06-24 15:06:35 -07:00

26 lines
628 B
Makefile

PORTNAME= goredo
DISTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= http://www.goredo.cypherpunks.ru/download/
EXTRACT_SUFX= .tar.zst
MAINTAINER= yuri@FreeBSD.org
COMMENT= Go implementation of djb's redo, Makefile replacement that sucks less
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= go
WRKSRC_SUBDIR= src
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1200000
EXTRACT_DEPENDS= zstd:archivers/zstd # 11 doesn't have the 'zstd' executable that tar(1) expects: Error opening archive: Can't initialize filter; unable to run program "zstd -d -qq"
.endif
.include <bsd.port.mk>