diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-30 00:11:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-30 00:11:18 +0800 |
commit | ef441d1317b23b2a6aca7c3c3b689327a96c9340 (patch) | |
tree | 6564836ef33db0e569cf3d69148068b852a367c0 /net | |
parent | 3a6af8c4600ed9462121ae99e4597ecbd9fc82db (diff) | |
download | freebsd-ports-gnome-ef441d1317b23b2a6aca7c3c3b689327a96c9340.tar.gz freebsd-ports-gnome-ef441d1317b23b2a6aca7c3c3b689327a96c9340.tar.zst freebsd-ports-gnome-ef441d1317b23b2a6aca7c3c3b689327a96c9340.zip |
- Add PORTSCOUT variable.
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile index 57c8a86365ec..1ecbcd459ac2 100644 --- a/net/pear-Net_DNSBL/Makefile +++ b/net/pear-Net_DNSBL/Makefile @@ -24,6 +24,8 @@ CATEGORY= Net FILES= Net/DNSBL.php Net/DNSBL/SURBL.php TESTS= AllTests.php testNetDNSBL.php testNetDNSBLSURBL.php +PORTSCOUT= skipv:1.3.0a1 + .include <bsd.port.pre.mk> PHP_VERS= ${PHP_VERSION:S/.//g} |