1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/go-bapu/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

26 lines
557 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= bapu
PORTVERSION= 0.1.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://bitbucket.org/carlostrub/bapu/get/
PKGNAMEPREFIX= go-
DISTNAME= v${PORTVERSION}
DIST_SUBDIR= go-bapu
MAINTAINER= cs@FreeBSD.org
COMMENT= Virtual Machine Controller for Gandi.net
LICENSE= BSD3CLAUSE
USES= go tar:bzip2
GO_PKGNAME= bitbucket.org/carlostrub/bapu
WRKSRC= ${WRKDIR}/carlostrub-bapu-4258e51442b6
post-install:
${CP} -R ${WRKSRC}/bapu.toml.sample ${STAGEDIR}${PREFIX}/etc/
.include <bsd.port.mk>