freebsd-ports/math/p5-GIS-Distance/Makefile
Cheng-Lung Sung 6918fd3101 Add p5-GIS-Distance 0.01001, calculate geographic distances.
PR:		ports/104695
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-11-02 13:59:51 +00:00

34 lines
966 B
Makefile

# New ports collection makefile for: p5-GIS-Distance
# Date created: 2006-10-23
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= GIS-Distance
PORTVERSION= 0.01001
CATEGORIES= math
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BL/BLUEFEET
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Calculate geographic distances
RUN_DEPENDS= ${SITE_PERL}/Class/Data/Accessor.pm:${PORTSDIR}/devel/p5-Class-Data-Accessor \
${SITE_PERL}/Class/Measure.pm:${PORTSDIR}/devel/p5-Class-Measure
PERL_CONFIGURE= yes
MAN3= GIS::Distance.3 GIS::Distance::Cosine.3 \
GIS::Distance::GeoEllipsoid.3 GIS::Distance::GreatCircle.3 \
GIS::Distance::Haversine.3 GIS::Distance::MathTrig.3 \
GIS::Distance::Polar.3 GIS::Distance::Vincenty.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601 # Inherited from devel/p5-Class-Measure
IGNORE= requires Perl 5.6.1 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>