freebsd-ports/sysutils/packer/Makefile
Nikolai Lifanov e16a0d3d0c unbreak sysutils/packer on i386
This removes a patch that's no longer necessary.
There is no version bump because there is no
package change.
2018-08-12 23:35:55 +00:00

23 lines
367 B
Makefile

# $FreeBSD$
PORTNAME= packer
PORTVERSION= 1.2.5
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Tool for creating machine images
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
PLIST_FILES= bin/${PORTNAME}
USES= go
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>