mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||
|
|
22
net/p5-Net-Services/Makefile
Normal file
22
net/p5-Net-Services/Makefile
Normal 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>
|
1
net/p5-Net-Services/distinfo
Normal file
1
net/p5-Net-Services/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Net-Services-1.3.tar.gz) = 0506f0be7c927a95203d67416c05bdea
|
1
net/p5-Net-Services/pkg-comment
Normal file
1
net/p5-Net-Services/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Provides a tied interface to the /etc/services file
|
4
net/p5-Net-Services/pkg-descr
Normal file
4
net/p5-Net-Services/pkg-descr
Normal 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
|
5
net/p5-Net-Services/pkg-plist
Normal file
5
net/p5-Net-Services/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue