1996-10-24 10:32:22 +02:00
|
|
|
# New ports collection makefile for: p5-Net
|
|
|
|
# Date created: September 30th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:32:22 +02:00
|
|
|
#
|
|
|
|
|
2007-08-28 12:09:07 +02:00
|
|
|
PORTNAME= Net
|
|
|
|
PORTVERSION= 1.22
|
2002-04-02 20:09:44 +02:00
|
|
|
PORTEPOCH= 1
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= net perl5
|
2007-08-28 12:09:07 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2000-04-09 20:14:07 +02:00
|
|
|
DISTNAME= libnet-${PORTVERSION}
|
1996-10-24 10:32:22 +02:00
|
|
|
|
2003-08-20 17:49:36 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 modules to access and use network protocols
|
1996-10-24 10:32:22 +02:00
|
|
|
|
2007-08-28 12:09:07 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
|
|
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
|
2003-01-04 08:07:17 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2005-06-11 18:13:12 +02:00
|
|
|
CONFIGURE_ARGS= < /dev/null
|
1996-10-24 10:32:22 +02:00
|
|
|
|
2001-12-26 02:35:11 +01:00
|
|
|
MAN3= Net::Cmd.3 \
|
2003-08-20 17:49:36 +02:00
|
|
|
Net::Config.3 \
|
1998-08-19 15:09:15 +02:00
|
|
|
Net::Domain.3 \
|
|
|
|
Net::FTP.3 \
|
|
|
|
Net::NNTP.3 \
|
|
|
|
Net::Netrc.3 \
|
|
|
|
Net::POP3.3 \
|
|
|
|
Net::SMTP.3 \
|
2000-04-23 00:25:32 +02:00
|
|
|
Net::Time.3 \
|
|
|
|
Net::libnetFAQ.3
|
1996-11-18 09:47:32 +01:00
|
|
|
|
2007-08-28 12:09:07 +02:00
|
|
|
.include <bsd.port.mk>
|