blob: 2fb9a923360fecb2a821d8307fa469ba1a492220 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= GIS-Distance-Lite
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JOBERO
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Calculate geographic distances in geodetic WGS84 format
RUN_DEPENDS= p5-Math-Complex>1.0.3:math/p5-Math-Complex
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|