Tweak net-mgmt/unifi2 version 2.4.6_4
[dports.git] / net-mgmt / p5-Net-IPv6Addr / Makefile
1 # Created by: JJ Behrens <jj@nttmcl.com>
2 # $FreeBSD$
3
4 PORTNAME=       Net-IPv6Addr
5 PORTVERSION=    0.2
6 CATEGORIES=     net-mgmt perl5 ipv6
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Perl extension for manipulating IPv6 addresses
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Net-IPv4Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \
17                 p5-Math-Base85>=0:${PORTSDIR}/math/p5-Math-Base85
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>