aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Geo-Distance/Makefile
blob: f7eccf1d3c02396d3d392ea7f9fcd4dbd77f070b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Rod Taylor <ports@rbt.ca>
# $FreeBSD$

PORTNAME=	Geo-Distance
PORTVERSION=	0.24
CATEGORIES=	math perl5 geography
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Calculate Distances and Closest Locations

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Const-Fast>=0.014:devel/p5-Const-Fast \
		p5-GIS-Distance>=0.14:math/p5-GIS-Distance
TEST_DEPENDS=	p5-Test2-Suite>=0.000094:devel/p5-Test2-Suite

USES=		perl5
USE_PERL5=	modbuildtiny

NO_ARCH=	yes

.include <bsd.port.mk>