ports/security/pear-Crypt_CHAP/Makefile
2024-07-30 22:07:29 +08:00

17 lines
324 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
NO_ARCH= yes
.include <bsd.port.mk>