2021-01-19 07:38:00 +00:00
PORTNAME = goredo
2021-06-24 21:16:54 +00:00
DISTVERSION = 1.7.0
2021-01-19 07:38:00 +00:00
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 }
2021-01-21 19:47:31 +00:00
. i n c l u d e < b s d . p o r t . o p t i o n s . m k >
2021-01-27 00:10:35 +00:00
. i f $ { O S V E R S I O N } < 1 2 0 0 0 0 0
2021-01-21 19:47:31 +00:00
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"
. e n d i f
2021-01-19 07:38:00 +00:00
. i n c l u d e < b s d . p o r t . m k >