diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-23 02:36:39 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-23 02:36:39 +0000 |
commit | cc39a1167dd8cf6cd2fb3ddc2df0863100373699 (patch) | |
tree | 9f3b89f110a96e72e0983589311dc6ede20cac7e /net/pear-Net_Whois | |
parent | 11041e40e3e31d2a414e817be31f2e96e95e05af (diff) |
Notes
Diffstat (limited to 'net/pear-Net_Whois')
-rw-r--r-- | net/pear-Net_Whois/Makefile | 23 | ||||
-rw-r--r-- | net/pear-Net_Whois/distinfo | 3 | ||||
-rw-r--r-- | net/pear-Net_Whois/pkg-descr | 4 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile new file mode 100644 index 000000000000..f60003f6c67a --- /dev/null +++ b/net/pear-Net_Whois/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-Net_Whois +# Date created: 2006/12/22 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Net_Whois +PORTVERSION= 1.0 +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} + +CATEGORY= Net +FILES= Whois.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/net/pear-Net_Whois/distinfo b/net/pear-Net_Whois/distinfo new file mode 100644 index 000000000000..1a0fd32bf11d --- /dev/null +++ b/net/pear-Net_Whois/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Net_Whois-1.0.tgz) = cc172a0afdf4c630bd5a9128e35ce935 +SHA256 (PEAR/Net_Whois-1.0.tgz) = 50f30d0fe95ddd50001eae9eb883721b6d658b33c374f7afa278fcb090645966 +SIZE (PEAR/Net_Whois-1.0.tgz) = 2921 diff --git a/net/pear-Net_Whois/pkg-descr b/net/pear-Net_Whois/pkg-descr new file mode 100644 index 000000000000..b7fb95ec748a --- /dev/null +++ b/net/pear-Net_Whois/pkg-descr @@ -0,0 +1,4 @@ +The PEAR::Net_Whois looks up records in the databases maintained by several +Network Information Centers (NICs). + +WWW: http://pear.php.net/package/Net_Whois/ |