aboutsummaryrefslogtreecommitdiff
path: root/sysutils/reggae/Makefile
blob: f27a82aff4becd3d16076d916036d29eaa4d7e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>