freebsd-ports/misc/perkeep/Makefile
Dmitri Goutnik a7c23d9fb0 misc/perkeep: Unbreak with go1.14rc1
Upstream issue: https://github.com/perkeep/perkeep/issues/1302

While here, remove redundant GH_TUPLE because upstream tarball already includes
vendored dependencies.

PR:		244125
Approved by:	yuri
2020-02-14 16:08:41 +00:00

28 lines
593 B
Makefile

# $FreeBSD$
PORTNAME= perkeep
DISTVERSION= 0.10.20190926
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Storage system: Storing, syncing, sharing, modelling, backing up files
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= go:modules
USE_GITHUB= yes
GH_TAGNAME= d342b0e # master branch doesn't contain 0.10
GO_TARGET= ${EXES:S/^/.\/cmd\//}
EXES= pk pk-deploy pk-devimport pk-get pk-mount pk-put
PLIST_FILES= ${EXES:S/^/bin\//}
# https://github.com/perkeep/perkeep/issues/1302
post-extract:
@${RM} ${WRKSRC}/vendor/modules.txt
.include <bsd.port.mk>