freebsd-ports/net-mgmt/p5-Net-IPv6Addr/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
499 B
Makefile

# Created by: JJ Behrens <jj@nttmcl.com>
# $FreeBSD$
PORTNAME= Net-IPv6Addr
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for manipulating IPv6 addresses
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Net-IPv4Addr>=0:net-mgmt/p5-Net-IPv4Addr \
p5-Math-Base85>=0:math/p5-Math-Base85
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>