mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
1fffa89efb
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)
22 lines
359 B
Makefile
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>
|