freebsd-ports/security/pear-Crypt_CHAP/Makefile

15 lines
289 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Crypt_CHAP
2011-02-27 14:57:02 +01:00
PORTVERSION= 1.5.0
CATEGORIES= security www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class for generating CHAP packets
2014-09-26 11:05:59 +02:00
USES= pear
USE_PHP= mcrypt hash
2014-09-26 11:05:59 +02:00
.include <bsd.port.mk>