aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Services
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 00:07:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 00:07:45 +0000
commit9a5ed8fda45098d7d3e16c914fa3b3762ff8118c (patch)
tree5fd47a4444f575323d02d92e91205df6ca2e4c9a /net/p5-Net-Services
parent0e4e7895d9fb9748be1e30fdd3da3d7d92195d70 (diff)
downloadports-9a5ed8fda45098d7d3e16c914fa3b3762ff8118c.tar.gz
ports-9a5ed8fda45098d7d3e16c914fa3b3762ff8118c.zip
NEW PORT net/p5-Net-Services
Constructs a hash from the /etc/services file and provides a tied interface to it that takes care of things like the protocol name. PR: ports/44441 Submitted by: Joseph Scott <scottj@pebkac.owp.csus.edu>
Notes
Notes: svn path=/head/; revision=74703
Diffstat (limited to 'net/p5-Net-Services')
-rw-r--r--net/p5-Net-Services/Makefile22
-rw-r--r--net/p5-Net-Services/distinfo1
-rw-r--r--net/p5-Net-Services/pkg-comment1
-rw-r--r--net/p5-Net-Services/pkg-descr4
-rw-r--r--net/p5-Net-Services/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Net-Services/Makefile b/net/p5-Net-Services/Makefile
new file mode 100644
index 000000000000..c983abd2c4ad
--- /dev/null
+++ b/net/p5-Net-Services/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Net-Services
+# Date created: Wed 23 Oct 2002
+# Whom: Joseph Scott <joseph@randomnetworks.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Services
+PORTVERSION= 1.3
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= joseph@randomnetworks.com
+
+PERL_CONFIGURE= YES
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Net::Services.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-Net-Services/distinfo b/net/p5-Net-Services/distinfo
new file mode 100644
index 000000000000..646d3a421cb2
--- /dev/null
+++ b/net/p5-Net-Services/distinfo
@@ -0,0 +1 @@
+MD5 (Net-Services-1.3.tar.gz) = 0506f0be7c927a95203d67416c05bdea
diff --git a/net/p5-Net-Services/pkg-comment b/net/p5-Net-Services/pkg-comment
new file mode 100644
index 000000000000..a8ee15f154e3
--- /dev/null
+++ b/net/p5-Net-Services/pkg-comment
@@ -0,0 +1 @@
+Provides a tied interface to the /etc/services file
diff --git a/net/p5-Net-Services/pkg-descr b/net/p5-Net-Services/pkg-descr
new file mode 100644
index 000000000000..568f7dae7878
--- /dev/null
+++ b/net/p5-Net-Services/pkg-descr
@@ -0,0 +1,4 @@
+Constructs a hash from the /etc/services file and provides a tied interface
+to it that takes care of things like the protocol name.
+
+WWW: http://search.cpan.org/search?module=Net::Services
diff --git a/net/p5-Net-Services/pkg-plist b/net/p5-Net-Services/pkg-plist
new file mode 100644
index 000000000000..c2f7c61b1957
--- /dev/null
+++ b/net/p5-Net-Services/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Net/Services.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Services/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Services
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true