freebsd-ports/security/pear-File_Passwd/Makefile

19 lines
439 B
Makefile
Raw Normal View History

2012-10-04 12:48:50 +02:00
# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
# $FreeBSD$
PORTNAME= File_Passwd
PORTVERSION= 1.1.7
CATEGORIES= security pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class to manipulate many kinds of password files
2014-09-26 11:05:59 +02:00
USES= pear
2012-10-04 12:48:50 +02:00
OPTIONS_DEFINE= PEAR_CRYPT_CHAP
PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
PEAR_CRYPT_CHAP_RUN_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
2014-09-26 11:05:59 +02:00
.include <bsd.port.mk>