1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/math/p5-Geo-Distance/Makefile
2017-09-15 08:58:46 +00:00

23 lines
419 B
Makefile

# Created by: Rod Taylor <ports@rbt.ca>
# $FreeBSD$
PORTNAME= Geo-Distance
PORTVERSION= 0.20
PORTREVISION= 1
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:devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>