forked from Lainports/freebsd-ports
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.2.8 * Always use configured interface * Remove cbsd0 description * Force bootstrap of package manager * master-init.sh: get base in extra step before jail create * Add command to apply PKG_PROXY setting PR: 268847 Reported by: meka@tilda.center (maintainer)
21 lines
412 B
Makefile
21 lines
412 B
Makefile
PORTNAME= reggae
|
|
DISTVERSION= 0.2.8
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= meka@tilda.center
|
|
COMMENT= Powerful DevOps solution heavily relaying on CBSD
|
|
WWW= https://github.com/cbsd/reggae
|
|
|
|
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 reggae_pf
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|