aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-IP/Makefile
blob: 790dc8f24740c08207d19f1ae3c25ac48f926bf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$

PORTNAME=   Net-IP
PORTVERSION=    1.26
PORTREVISION=   1
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= bofh@FreeBSD.org
COMMENT=    Perl extension for manipulating IPv4/IPv6 addresses

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount

.include <bsd.port.mk>