mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +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
31 lines
678 B
Makefile
31 lines
678 B
Makefile
# New ports collection makefile for: net/p5-IP-Countries
|
|
# Date created: 20 June 2005
|
|
# Whom: dikshie <dikshie@lapi.itb.ac.id>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IP-Country
|
|
PORTVERSION= 2.27
|
|
CATEGORIES= net perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dikshie@lapi.itb.ac.id
|
|
COMMENT= Fast lookup of country codes from IP addresses
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= ip2cc.1
|
|
MAN3= IP::Authority.3 \
|
|
IP::Country::Fast.3 \
|
|
IP::Country::MaxMind.3 \
|
|
IP::Country::Medium.3 \
|
|
IP::Country::Slow.3 \
|
|
IP::Country.3
|
|
|
|
.include <bsd.port.mk>
|