freebsd-ports/sysutils/reggae/Makefile
Steve Wills 2630e8994f sysutils/reggae: Update to 0.1.0
PR:		231259
Submitted by:	Goran Mekić <meka@tilda.center> (maintainer)
2018-09-18 18:04:46 +00:00

21 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= reggae
PORTVERSION= 0.1.0
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>