freebsd-ports/misc/p5-Geo-Coder-Multiple/Makefile
Andrej Zverev 2c25cf429d - Convert to new perl framework
- Trim Makefile header

Approved by:	wen@ (maintainer)
2013-08-06 08:50:49 +00:00

22 lines
512 B
Makefile

# Created by:Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Geo-Coder-Multiple
PORTVERSION= 0.60
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-0.6
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}
USES= perl5
USE_PERL5= configure
MAN3= Geo::Coder::Multiple.3
.include <bsd.port.mk>