freebsd-ports/sysutils/pear-File/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

26 lines
726 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
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/bsd.pear.mk"
.include <bsd.port.post.mk>