mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
17 lines
324 B
Makefile
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>
|