freebsd-ports/sysutils/reggae/Makefile
Fernando Apesteguía cbc524cc28 sysutils/reggae: Update to 0.1.16
From ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.16

 * Add PF helper script
 * Pass SYSPKG to test script
 * Add deployment helpers
 * Allow target override
 * Firewall configuration improvements
 * Pass IPv6 ICMP in PF
 * Devel depends on init

PR:	249517
Submitted by:	meka@tilda.center
2020-09-23 12:31:14 +00:00

22 lines
382 B
Makefile

# $FreeBSD$
PORTNAME= reggae
PORTVERSION= 0.1.16
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 \
sudo:security/sudo
USE_GITHUB= yes
GH_ACCOUNT= cbsd
USE_RC_SUBR= reggae_pf
NO_ARCH= yes
.include <bsd.port.mk>