1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/reggae/Makefile
Fernando Apesteguía 1fffa89efb sysutils/reggae: Update to 0.1.14
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.1.14

 * Add pre_down hook
 * Setup NFS
 * Fix devfs rules
 * Fix Ansible version

PR:	246585
Submitted by:	meka@tilda.center (maintainer)
2020-05-20 18:44:29 +00:00

22 lines
359 B
Makefile

# $FreeBSD$
PORTNAME= reggae
PORTVERSION= 0.1.14
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
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= cbsd
.include <bsd.port.mk>