63b6120db0
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
20 lines
444 B
Makefile
20 lines
444 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
|
|
IGNORE_WITH_PHP= 86
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|