aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_Whois
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-23 10:36:39 +0800
committerrafan <rafan@FreeBSD.org>2006-12-23 10:36:39 +0800
commit31540fdb748aa7af8a45e87171b431f36ce8f537 (patch)
tree5fada7cec0621e47fa5a76ed14623086a7ca0b11 /net/pear-Net_Whois
parent7f335b0cf5bf893d9b185f920f41248b50d65065 (diff)
downloadfreebsd-ports-gnome-31540fdb748aa7af8a45e87171b431f36ce8f537.tar.gz
freebsd-ports-gnome-31540fdb748aa7af8a45e87171b431f36ce8f537.tar.zst
freebsd-ports-gnome-31540fdb748aa7af8a45e87171b431f36ce8f537.zip
Add pear-Net_Whois 1.0, a tool to query internet domain name services.
PR: ports/107042 Submitted by: chinsan
Diffstat (limited to 'net/pear-Net_Whois')
-rw-r--r--net/pear-Net_Whois/Makefile23
-rw-r--r--net/pear-Net_Whois/distinfo3
-rw-r--r--net/pear-Net_Whois/pkg-descr4
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/