freebsd-ports/security/pear-Crypt_CHAP/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

14 lines
289 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= joneum@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
USES= pear
USE_PHP= mcrypt hash
.include <bsd.port.mk>