2001-09-22 17:58:11 +02:00
|
|
|
# New ports collection makefile for: p5-Net-IPv6Addr
|
|
|
|
# Date created: 13 September 2001
|
|
|
|
# Whom: JJ Behrens <jj@nttmcl.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-IPv6Addr
|
|
|
|
PORTVERSION= 0.1
|
2001-09-25 17:17:27 +02:00
|
|
|
CATEGORIES= net perl5 ipv6
|
2001-09-22 17:58:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= jj@nttmcl.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl extension for manipulating IPv6 addresses
|
2001-09-22 17:58:11 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Net/IPv4Addr.pm:${PORTSDIR}/net/p5-Net-IPv4Addr \
|
|
|
|
${SITE_PERL}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85
|
2001-09-22 17:58:11 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Net::IPv6Addr.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|