mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
462253c221
Reported by: @mat
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bapu
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
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>
|