2012-10-04 12:48:50 +02:00
|
|
|
# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
|
2004-11-10 01:20:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= File_Passwd
|
2009-01-07 23:21:59 +01:00
|
|
|
PORTVERSION= 1.1.7
|
2005-03-15 23:28:00 +01:00
|
|
|
CATEGORIES= security pear
|
2004-11-10 01:20:14 +01:00
|
|
|
|
2013-05-13 11:40:29 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-11-10 01:20:14 +01:00
|
|
|
COMMENT= PEAR class to manipulate many kinds of password files
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-05-13 11:40:29 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-10 01:20:14 +01:00
|
|
|
|
2005-02-02 13:37:34 +01:00
|
|
|
LATEST_LINK= pear-File_Passwd
|
2012-10-04 12:48:50 +02:00
|
|
|
OPTIONS_DEFINE= PEAR_CRYPT_CHAP
|
|
|
|
PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
|
2005-02-02 13:37:34 +01:00
|
|
|
|
2013-05-13 11:40:29 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-02-02 13:37:34 +01:00
|
|
|
|
2004-11-10 01:20:14 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-02-02 13:37:34 +01:00
|
|
|
|
2012-10-04 12:48:50 +02:00
|
|
|
.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP}
|
2005-03-15 23:28:00 +01:00
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
|
2005-02-02 13:37:34 +01:00
|
|
|
.endif
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-10 01:20:14 +01:00
|
|
|
.include <bsd.port.post.mk>
|