freebsd-ports/math/p5-Geo-Distance/Makefile
Andrej Zverev 78b3a904f6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
2012-12-17 05:30:22 +00:00

22 lines
424 B
Makefile

# Created by: Rod Taylor <ports@rbt.ca>
# $FreeBSD$
PORTNAME= Geo-Distance
PORTVERSION= 0.20
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
TEST_DEPENDS= p5-Test-Fatal>=0.007:${PORTSDIR}/devel/p5-Test-Fatal
PERL_CONFIGURE= yes
MAN3= Geo::Distance.3
.include <bsd.port.mk>