1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/packr/Makefile
2023-12-07 02:22:10 +00:00

30 lines
576 B
Makefile

PORTNAME= packr
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.3
PORTREVISION= 15
CATEGORIES= devel
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Simple and easy way to embed static files into Go binaries
WWW= https://github.com/gobuffalo/packr
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= go:modules
GO_MODULE= github.com/gobuffalo/packr/v2
GO_TARGET= ./packr2
PLIST_FILES= bin/packr2
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>