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>
This commit is contained in:
Edwin Groothuis 2003-02-05 00:07:45 +00:00
parent 0e4e7895d9
commit 9a5ed8fda4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74703
6 changed files with 34 additions and 0 deletions

View file

@ -407,6 +407,7 @@
SUBDIR += p5-Net-SSH
SUBDIR += p5-Net-SSH-Perl
SUBDIR += p5-Net-Server
SUBDIR += p5-Net-Services
SUBDIR += p5-Net-TCLink
SUBDIR += p5-Net-Telnet
SUBDIR += p5-Net-Traceroute

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (Net-Services-1.3.tar.gz) = 0506f0be7c927a95203d67416c05bdea

View file

@ -0,0 +1 @@
Provides a tied interface to the /etc/services file

View file

@ -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

View file

@ -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