aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-NetAddr-IP/Makefile
blob: ab424f9d3809b335fc6c1e8cba6f17de9a193356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Christopher N. Harrell <cnh@ivmg.net>
# $FreeBSD$

PORTNAME=   NetAddr-IP
PORTVERSION=    4.078
CATEGORIES= net-mgmt perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Work with IPv4 and IPv6 addresses and subnets

USES=       perl5
USE_PERL5=  configure

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/NetAddr/IP/Util/Util.so

.include <bsd.port.mk>