diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 00:07:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 00:07:45 +0000 |
commit | 9a5ed8fda45098d7d3e16c914fa3b3762ff8118c (patch) | |
tree | 5fd47a4444f575323d02d92e91205df6ca2e4c9a /net/p5-Net-Services | |
parent | 0e4e7895d9fb9748be1e30fdd3da3d7d92195d70 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Services')
-rw-r--r-- | net/p5-Net-Services/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Services/distinfo | 1 | ||||
-rw-r--r-- | net/p5-Net-Services/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-Net-Services/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Services/pkg-plist | 5 |
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 |