mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
c59a3834c4
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
26 lines
603 B
Makefile
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>
|