aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-04-10 15:56:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-04-10 15:56:29 +0000
commit8c40c23b6e0237caab527a9e1f7cb83eaffd0898 (patch)
tree90ac8320d3577fd2036aa4a72fbf42c4f66b3db7 /sysutils/pear-File/Makefile
parent28a0cf7f793adca844e301bb0f9b60277d8bab90 (diff)
downloadports-8c40c23b6e0237caab527a9e1f7cb83eaffd0898.tar.gz
ports-8c40c23b6e0237caab527a9e1f7cb83eaffd0898.zip
- Update to 1.4.1
- Take maintainership
Notes
Notes: svn path=/head/; revision=294526
Diffstat (limited to 'sysutils/pear-File/Makefile')
-rw-r--r--sysutils/pear-File/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/sysutils/pear-File/Makefile b/sysutils/pear-File/Makefile
index 04c009f141ef..439533a7a538 100644
--- a/sysutils/pear-File/Makefile
+++ b/sysutils/pear-File/Makefile
@@ -6,32 +6,18 @@
#
PORTNAME= File
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
PORTEPOCH= 2
CATEGORIES= sysutils www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR common file and directory routines
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
-
-FILES= File.php
-_TESTSDIR= tests/File
-TESTS= close.phpt \
- locking.phpt \
- read.phpt \
- readAll.phpt \
- readChar.phpt \
- readLine.phpt \
- rewind.phpt \
- setup.inc.php \
- teardown.inc.php \
- write.phpt \
- writeChar.phpt \
- writeLine.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"