freebsd-ports/graphics/p5-Geo-Point/Makefile

24 lines
542 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Geo-Point
2014-01-23 17:05:39 +01:00
PORTVERSION= 0.96
CATEGORIES= graphics devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Module Tries To Abstract Coordinate Systems
2014-01-23 17:05:39 +01:00
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \
p5-Geo-Proj4>=1.00:${PORTSDIR}/graphics/p5-Geo-Proj4 \
p5-Math-Polygon>=1.00:${PORTSDIR}/math/p5-Math-Polygon
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>