freebsd-ports/security/pear-Crypt_CHAP/Makefile
2021-05-23 00:20:48 +08:00

13 lines
283 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
PORTNAME= Crypt_CHAP
PORTVERSION= 1.5.0
CATEGORIES= security www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
USES= pear php
USE_PHP= mcrypt hash
.include <bsd.port.mk>