freebsd-ports/graphics/p5-Geo-Point/Makefile
Wen Heping 3ae4b73e8f - Update to 0.94
Changes: http://cpansearch.perl.org/src/MARKOV/Geo-Point-0.94/ChangeLog
- Trim Makefile headers
- Pass maintainership to perl@
2012-12-22 07:02:30 +00:00

22 lines
577 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Geo-Point
PORTVERSION= 0.94
CATEGORIES= graphics devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Module Tries To Abstract Coordinate Systems
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
MAN3= Geo::Point.3 Geo::Shape.3 Geo::Surface.3 \
Geo::Line.3 Geo::Proj.3 Geo::Space.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>