2004-11-10 01:20:14 +01:00
|
|
|
# Ports collection makefile for: pear-File_Passwd
|
|
|
|
# Date created: 09 November 2004
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File_Passwd
|
2005-05-23 18:27:09 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2005-03-15 23:28:00 +01:00
|
|
|
CATEGORIES= security pear
|
2004-11-10 01:20:14 +01:00
|
|
|
|
|
|
|
MAINTAINER= antonio@php.net
|
|
|
|
COMMENT= PEAR class to manipulate many kinds of password files
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-02-02 13:37:34 +01:00
|
|
|
LATEST_LINK= pear-File_Passwd
|
2005-03-15 23:28:00 +01:00
|
|
|
OPTIONS= PEAR_CRYPT_CHAP "PEAR::Crypt_CHAP support" off
|
2005-02-02 13:37:34 +01:00
|
|
|
|
2004-11-10 01:20:14 +01:00
|
|
|
CATEGORY= File
|
|
|
|
FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \
|
|
|
|
Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \
|
|
|
|
Passwd/Custom.php
|
|
|
|
TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \
|
|
|
|
test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \
|
2005-03-15 23:28:00 +01:00
|
|
|
test_custom.php README.txt common.txt passwd.unix.txt passwd.cvs.txt \
|
|
|
|
passwd.smb.txt passwd.authbasic.txt passwd.authdigest.txt \
|
|
|
|
passwd.custom.txt
|
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
|
|
|
|
2005-03-15 23:28:00 +01:00
|
|
|
.if defined(WITH_PEAR_CRYPT_CHAP)
|
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
|
2005-02-02 13:37:34 +01:00
|
|
|
.endif
|
|
|
|
|
2004-11-10 01:20:14 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|