2013-03-15 03:30:52 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-03-11 22:12:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt_CHAP
|
2011-02-27 14:57:02 +01:00
|
|
|
PORTVERSION= 1.5.0
|
2005-03-11 22:12:38 +01:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
2017-05-16 15:37:51 +02:00
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
2005-03-11 22:12:38 +01:00
|
|
|
COMMENT= PEAR class for generating CHAP packets
|
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
USES= pear
|
2016-06-28 15:57:37 +02:00
|
|
|
USE_PHP= mcrypt hash
|
2005-03-11 22:12:38 +01:00
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
.include <bsd.port.mk>
|