summaryrefslogtreecommitdiff
path: root/net/p5-Net/Makefile
blob: dd3e5521c1720430b1fac016b3d4ce84f6a5b5e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	p5-Net
# Version required:			1.01
# Date created:				September 30th 1996
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.1.1.1 1996/10/24 08:32:19 jfitz Exp $
#

DISTNAME=	libnet-1.01
PKGNAME=	p5-Net-1.01
CATEGORIES+=	net
MASTER_SITES=	ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Net/ \
		ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Net/ \
		ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Net/ \
		ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Net/ \
		ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Net/ \
		ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Net/

MAINTAINER=	jfitz@FreeBSD.ORG

BUILD_DEPENDS= 	perl5.003:${PORTSDIR}/lang/perl5 \
		${PREFIX}/lib/perl5/IO::Socket.pm:${PORTSDIR}/net/p5-IO
RUN_DEPENDS=	perl5.003:${PORTSDIR}/lang/perl5

do-configure:
		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

post-install:
.if !defined(NOMANCOMPRESS)
		@ for file in Net::Time Net::DummyInetd Net::NNTP Net::SNPP Net::POP3 Net::Cmd Net::SMTP Net::Domain Net::FTP Net::Netrc Net::Telnet; do \
			gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
		done
.endif           

.include <bsd.port.mk>