aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_URL2/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-06 15:23:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-06 15:23:56 +0000
commitd2f402a6bc02e5968b4ba517e9975e21b39d0b6b (patch)
treefc3a8421031fd2d1a338f03944578baf4894c31f /net/pear-Net_URL2/Makefile
parent4be1e3e67d1e0372fe6923ff42228c35452a360e (diff)
downloadports-d2f402a6bc02e5968b4ba517e9975e21b39d0b6b.tar.gz
ports-d2f402a6bc02e5968b4ba517e9975e21b39d0b6b.zip
- Update to 2.0.0
PR: 162092 Submitted by: Joe Horn <joehorn@gmail.com>
Notes
Notes: svn path=/head/; revision=285161
Diffstat (limited to 'net/pear-Net_URL2/Makefile')
-rw-r--r--net/pear-Net_URL2/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
index 5734a616c9fb..3a62527e4da4 100644
--- a/net/pear-Net_URL2/Makefile
+++ b/net/pear-Net_URL2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net_URL2
-PORTVERSION= 0.3.1
+PORTVERSION= 2.0.0
CATEGORIES= net www pear
MAINTAINER= joehorn@gmail.com
@@ -15,15 +15,9 @@ COMMENT= PEAR Class for parsing and handling URL
LICENSE= BSD
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Net
-FILES= URL2.php
-EXAMPLES= example.php
-TESTS= 6470.php
-_EXAMPLESDIR= docs
-_TESTSDIR= docs
-IGNORE_WITH_PHP= 4
+PEAR_AUTOINSTALL=yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"