summaryrefslogtreecommitdiff
path: root/sysutils/reggae/Makefile
blob: 50c192c4b62bc17404465ecfb19044dfa964e781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>