aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/pear-PHP_Archiv
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 09:33:44 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 09:33:44 +0800
commit4b9473f2e7eb9605ea0df61ce077264de6cb4aa0 (patch)
treed2740a79c84183ae8aab929d8a85005ff821d834 /archivers/pear-PHP_Archiv
parent6a777a5edd154c074c550475387cc9b7d50e40cc (diff)
downloadfreebsd-ports-gnome-4b9473f2e7eb9605ea0df61ce077264de6cb4aa0.tar.gz
freebsd-ports-gnome-4b9473f2e7eb9605ea0df61ce077264de6cb4aa0.tar.zst
freebsd-ports-gnome-4b9473f2e7eb9605ea0df61ce077264de6cb4aa0.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'archivers/pear-PHP_Archiv')
-rw-r--r--archivers/pear-PHP_Archiv/Makefile33
1 files changed, 2 insertions, 31 deletions
diff --git a/archivers/pear-PHP_Archiv/Makefile b/archivers/pear-PHP_Archiv/Makefile
index 917f93398483..061cd450a286 100644
--- a/archivers/pear-PHP_Archiv/Makefile
+++ b/archivers/pear-PHP_Archiv/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-PHP_Archive
-# Date created: 20 May 2008
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= PHP_Archive
PORTVERSION= 0.11.4
@@ -15,32 +11,7 @@ COMMENT= Create and Use PHP Archive files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= PHP
-FILES= Archive.php Archive/Creator.php \
- Archive/Exception.php Archive/Manager.php
-DATA= phar_frontcontroller.tpl
-TESTS= eof.phpt filenotfound.phpt filenotfound_phar.phpt \
- filenotfoundtest.php gopearphar.php.inc \
- longfilename.phpt makepearphar.php.inc \
- maketestphars.php.inc new_phar.phar \
- normalstat.phpt normalstat_phar.phpt \
- opendir.phpt pearindex.php phar.log \
- phpt_test.php.inc require_once.phpt \
- require_once_phar.phpt savetest.php \
- seek.phpt seek_phar.phpt streamstat.phpt \
- streamstat_phar.phpt test.php test1.php \
- test_path.php test_phar.phar \
- test_phar2.phar test_require.php \
- test_tar.tar twophars.phpt \
- filenotfound/filenotfound.phar \
- filenotfound/makefilenotfoundphar.php.inc \
- longfilename/longphar.phar \
- longfilename/makelongphar.php.inc \
- opendir/makeopendirphar.php.inc \
- opendir/opendir.phar \
- planet_php/default_phar.php \
- require_once/makerequire_oncephar.php.inc \
- require_once/require_once.phar
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"