6781fcda93
PR: ports/91656 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
27 lines
755 B
Makefile
27 lines
755 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.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>
|