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
|
|
|
|
|
2009-12-01 22:46:50 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-03-11 22:12:38 +01:00
|
|
|
COMMENT= PEAR class for generating CHAP packets
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 03:30:52 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-03-11 22:12:38 +01:00
|
|
|
|
|
|
|
USE_PHP= mcrypt mhash
|
|
|
|
|
2013-03-15 03:30:52 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-03-11 22:12:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-11 22:12:38 +01:00
|
|
|
.include <bsd.port.post.mk>
|