1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net-mgmt/p5-Net-IPv6Addr/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

26 lines
603 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>