diff options
Diffstat (limited to 'net/pear-Net_Whois/Makefile')
-rw-r--r-- | net/pear-Net_Whois/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile index aafd7e2cfdda..6d3ce4063942 100644 --- a/net/pear-Net_Whois/Makefile +++ b/net/pear-Net_Whois/Makefile @@ -6,18 +6,17 @@ # PORTNAME= Net_Whois -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= A tool to query internet domain name services BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -CATEGORY= Net -FILES= Whois.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |