blob: 73d33b11bb15c76dccc0d33dcfa9ec388a0dc7a5 (
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
28
29
30
|
# New ports collection makefile for: p5-Geo-Distance
# Date created: 10 July 2004
# Whom: Rod Taylor <ports@rbt.ca>
#
# $FreeBSD$
#
PORTNAME= Geo-Distance
PORTVERSION= 0.18
CATEGORIES= math perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Calculate Distances and Closest Locations
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
MAN3= Geo::Distance.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
|