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
|
|
|
|
2017-05-16 15:37:51 +02:00
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
2004-11-10 01:20:14 +01:00
|
|
|
COMMENT= PEAR class to manipulate many kinds of password files
|
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
USES= pear
|
2004-11-10 01:20:14 +01:00
|
|
|
|
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
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
|
2005-02-02 13:37:34 +01:00
|
|
|
|
2014-09-26 11:05:59 +02:00
|
|
|
.include <bsd.port.mk>
|