blob: d84e7caa6055e2b276afb2e1731f3c1e6f645c1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: Geo-Coder-Multiple
# Date created: 12th March, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-Coder-Multiple
PORTVERSION= 0.61
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Perl module to tie together multiple Geo::Coder modules
RUN_DEPENDS= p5-List-Util-WeightedRoundRobin>=0:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Geo::Coder::Multiple.3
.include <bsd.port.mk>
|