freebsd-ports/security/pear-File_Passwd/Makefile
Pav Lucistnik 16c086f1c9 Add pear-File_Passwd, class to manipulate and authenticate against standard Unix,
SMB server, AuthUser (.htpasswd), AuthDigest (.htdigest), CVS pserver
and custom formatted password files.

PR:		ports/73716
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2004-11-10 00:20:14 +00:00

30 lines
1,008 B
Makefile

# 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
PORTVERSION= 1.1.1
CATEGORIES= security www pear
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}
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 \
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>