opnsense-ports/www/baculum-web/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

19 lines
415 B
Makefile

PKGNAMESUFFIX= -web
COMMENT= Baculum Web
LICENSE= AGPLv3
RUN_DEPENDS= baculum-common>0:www/baculum-common
PLIST= ${.CURDIR}/pkg-plist
USE_PHP= curl ldap
OPTIONS_DEFINE= LCUSER
LCUSER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-baculum_protected_Web_Class_WebUserManager.php
LCUSER_DESC= Force username to lowercase. (Useful for kerberos)
MASTERDIR= ${.CURDIR}/../baculum-common
.include "${MASTERDIR}/Makefile"