1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/p5-Net/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

36 lines
875 B
Makefile

# New ports collection makefile for: p5-Net
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= p5-Net
PORTVERSION= 1.12
PORTEPOCH= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
DISTNAME= libnet-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 modules to access and use network protocols
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::Cmd.3 \
Net::Domain.3 \
Net::FTP.3 \
Net::NNTP.3 \
Net::Netrc.3 \
Net::POP3.3 \
Net::SMTP.3 \
Net::Time.3 \
Net::libnetFAQ.3
.include <bsd.port.mk>