Files
ports/sysutils/reggae/Makefile
Fernando Apesteguía b8fcc6873a sysutils/reggae: update to 0.1.13
ChangeLog (https://github.com/cbsd/reggae/releases/tag/0.1.13):

 * Enable Xorg for VNET jails
 * If dhcpcd is used, delete address obtained through dhclient

PR:	245918
Submitted by:	meka@tilda.center (maintainer)
2020-05-01 15:42:08 +00:00

23 lines
377 B
Makefile

# $FreeBSD$
PORTNAME= reggae
PORTVERSION= 0.1.13
CATEGORIES= sysutils
MAINTAINER= meka@tilda.center
COMMENT= Powerful DevOps solution heavily relaying on CBSD
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/cbsd:sysutils/cbsd \
curl:ftp/curl \
sudo:security/sudo
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= cbsd
.include <bsd.port.mk>