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
583 B
Makefile
26 lines
583 B
Makefile
# New ports collection makefile for: Net-IPTrie
|
|
# Date created: 13 December 2007
|
|
# Whom: Matthew Luckie <mjl@luckie.org.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-IPTrie
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
COMMENT= Module for building IPv4 and IPv6 address space hierarchies
|
|
|
|
BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
|
p5-version>=0:${PORTSDIR}/devel/p5-version
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Net::IPTrie.3 Net::IPTrie::Node.3
|
|
|
|
.include <bsd.port.mk>
|