2003-02-05 01:07:45 +01:00
|
|
|
# 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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN \
|
2006-06-12 16:18:41 +02:00
|
|
|
http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://mirror2.unixfreunde.de/
|
2003-02-05 01:07:45 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Provides a tied interface to the /etc/services file
|
2003-02-05 01:07:45 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Net::Services.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|