View | Details | Raw Unified | Return to bug 64262
Collapse All | Expand All

(-)Makefile (-5 / +10 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	Net-Netmask
8
PORTNAME=	Net-Netmask
9
PORTVERSION=	1.9004
9
PORTVERSION=	1.9007
10
CATEGORIES=	net-mgmt perl5
10
CATEGORIES=	net-mgmt perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Net
12
MASTER_SITE_SUBDIR=	Net
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	lars@thegler.dk
16
COMMENT=	Perl module to parse, manipulate and lookup IP network blocks
16
COMMENT=	Perl module to parse, manipulate and lookup IP network blocks
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
19
19
20
MAN3=		Net::Netmask.3
20
MAN3=		Net::Netmask.3
21
21
22
post-patch:
22
.include <bsd.port.pre.mk>
23
	@${PERL} -pi -e '$$_ = "" if $$. == 1' ${WRKSRC}/Netmask.pm
24
23
25
.include <bsd.port.mk>
24
.if ${PERL_LEVEL} <= 500503
25
# make PREFIX-clean under perl 5.005_03
26
post-configure:
27
	${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
28
.endif
29
30
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Net-Netmask-1.9004.tar.gz) = 5c17055edcdd3b98a274f0aadc23030f
1
MD5 (Net-Netmask-1.9007.tar.gz) = f40ea4456f2facab4e1d5d166fb655cc
2
SIZE (Net-Netmask-1.9004.tar.gz) = 13501
2
SIZE (Net-Netmask-1.9007.tar.gz) = 17140
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
object-oriented interface. Nearly all functions are methods that operate
2
object-oriented interface. Nearly all functions are methods that operate
3
on a Net::Netmask object.
3
on a Net::Netmask object.
4
4
5
WWW: http://www.cpan.org/
5
WWW: http://search.cpan.org/dist/Net-Netmask/

Return to bug 64262