blob: 33b5221192143c49affcfeb6fb707468f0b0ef7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|