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
19 lines
344 B
Makefile
19 lines
344 B
Makefile
PORTNAME= Crypt_CHAP
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR class for generating CHAP packets
|
|
WWW= https://pear.php.net/package/Crypt_CHAP \
|
|
https://github.com/pear/Crypt_CHAP
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
USE_PHP= mcrypt
|
|
IGNORE_WITH_PHP= 86
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|