diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-06-25 13:47:10 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-06-25 13:47:10 +0000 |
commit | b27a2f92119060ac962c4427aff6d33efba9c798 (patch) | |
tree | e100c182aeacb502d7a7e8b2be6db23187a6d580 /net/pear-Net_Whois | |
parent | 4313e717c1a1eb1b7ca0d06703b5ad796ac199e6 (diff) |
Notes
Diffstat (limited to 'net/pear-Net_Whois')
-rw-r--r-- | net/pear-Net_Whois/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile index f60003f6c67a..29b529e83927 100644 --- a/net/pear-Net_Whois/Makefile +++ b/net/pear-Net_Whois/Makefile @@ -7,13 +7,15 @@ PORTNAME= Net_Whois PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= chinsan@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= ${BUILD_DEPENDS} \ + ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket CATEGORY= Net FILES= Whois.php |