freebsd-ports/sysutils/pear-File/Makefile
Thierry Thomas 235ebdeb95 Upgrade to to 1.2.0.
Changelog at <http://pear.php.net/package/File/download/1.2.0/>.

PR:		ports/79378
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-04-02 21:57:42 +00:00

26 lines
740 B
Makefile

# Ports collection makefile for: pear-File
# Date created: 24 October 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= File
PORTVERSION= 1.2.0
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-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/tests.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>