freebsd-ports/sysutils/reggae/Makefile
Dmitry Marakasov 0a8c6642fe - Update to 0.1.8
PR:		242258
Submitted by:	meka@tilda.center (maintainer)
2019-12-04 15:02:34 +00:00

22 lines
376 B
Makefile

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