aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File/Makefile
blob: 92ca3e9142dc03c741616d4d9d292000b02fd205 (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
# Ports collection makefile for:  pear-File
# Date created:			  24 October 2002
# Whom:				  Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=	File
PORTVERSION=	1.2.2
PORTEPOCH=	1
CATEGORIES=	sysutils www pear

MAINTAINER=	antonio@php.net
COMMENT=	PEAR common file and directory routines

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

FILES=		File.php File/Util.php File/CSV.php
TESTS=		parser.php test.csv FileTest.php CSV/001.phpt CSV/001.csv \
		CSV/002.phpt CSV/002.csv CSV/003.phpt CSV/003.csv CSV/004.phpt \
		CSV/004.csv CSV/005.phpt CSV/005.csv CSV/006.phpt CSV/006.csv \
		CSV/tests.txt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>