Files
ports/security/pear-Crypt_CHAP/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
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
2026-07-04 20:17:34 +02:00

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>