freebsd-ports/net-mgmt/p5-Net-IPv6Addr/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

25 lines
602 B
Makefile

# 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.2
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension for manipulating IPv6 addresses
BUILD_DEPENDS= ${SITE_PERL}/Net/IPv4Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \
${SITE_PERL}/Math/Base85.pm:${PORTSDIR}/math/p5-Math-Base85
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::IPv6Addr.3
.include <bsd.port.mk>