19 lines
424 B
Makefile
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>
|