Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / p5-Geo-Distance-XS / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Geo-Distance-XS
5 PORTVERSION=    0.11
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     tobez@FreeBSD.org
11 COMMENT=        Calculate Distances and Closest Locations faster
12
13 BUILD_DEPENDS=  p5-Geo-Distance>=0.16:${PORTSDIR}/math/p5-Geo-Distance
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15 TEST_DEPENDS=   p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>