freebsd-ports/security/pear-Crypt_CHAP/Makefile
Martin Wilke b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00

14 lines
288 B
Makefile

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