blob: 7d9f35fb9a8a1a72f4e07a1095c08b4d34f1990f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|