aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-05-03 23:12:36 +0800
committermiwi <miwi@FreeBSD.org>2012-05-03 23:12:36 +0800
commit64908cb48ad25be353bafe9ea5b4934c18cac0fb (patch)
treef038afb26f708e213040facbb1b553fd5ea3431e /net
parent953d0b05e3ce74d57d50b0e4944a79e8c0c1332c (diff)
downloadfreebsd-ports-gnome-64908cb48ad25be353bafe9ea5b4934c18cac0fb.tar.gz
freebsd-ports-gnome-64908cb48ad25be353bafe9ea5b4934c18cac0fb.tar.zst
freebsd-ports-gnome-64908cb48ad25be353bafe9ea5b4934c18cac0fb.zip
- Switch to PEAR_AUTOINSTALL
- Added PORTSCOUT Variable PR: 167021 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_IPv6/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/pear-Net_IPv6/Makefile b/net/pear-Net_IPv6/Makefile
index ec54907987b4..b4477b6665a1 100644
--- a/net/pear-Net_IPv6/Makefile
+++ b/net/pear-Net_IPv6/Makefile
@@ -13,12 +13,10 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Check and validate IPv6 addresses
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-PEAR_CATSRC= yes
-CATEGORY= Net
-FILES= IPv6.php
-TESTS= AllTests.php NetIPv6Test.php
+PORTSCOUT= skipv:1.2.2b,1.2.2b2
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"