freebsd-ports/math/p5-GIS-Distance-Lite/Makefile
Wen Heping 3afe5913a1 The module provides a method to calculate geographic distances
between coordinates in geodetic WGS84 format using the Haversine
formula.

It is similar to GIS::Distance, but without the extra bells and
whistles and without the additional dependencies. Same great taste,
less filling. It exists for those who cannot, or prefer not to
install Moose and its dependencies.

WWW:    http://search.cpan.org/dist/GIS-Distance-Lite/
2010-05-14 13:56:24 +00:00

24 lines
543 B
Makefile

# New ports collection makefile for: p5-GIS-Distance-Lite
# Date created: May 17, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GIS-Distance-Lite
PORTVERSION= 1.0
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/J/JO/JOBERO
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Calculate geographic distances in geodetic WGS84 format
RUN_DEPENDS= p5-Math-Complex>1.0.3:${PORTSDIR}/math/p5-Math-Complex
PERL_CONFIGURE= yes
MAN3= GIS::Distance::Lite.3 \
.include <bsd.port.mk>