Files
ports/security/pear-File_SMBPasswd/Makefile
T
2024-07-30 22:07:33 +08:00

19 lines
424 B
Makefile

PORTNAME= File_SMBPasswd
PORTVERSION= 1.0.3
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class for managing SAMBA style password files
WWW= https://pear.php.net/package/File_SMBPasswd \
https://github.com/pear/File_SMBPasswd
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Crypt_CHAP>=1.0.0:security/pear-Crypt_CHAP@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>