blob: 935ed360e002664f92f439c9178f53cb84f294d0 (
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
|
# New ports collection makefile for: p5-Geo-Point
# Date created: 07 January 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Geo-Point
PORTVERSION= 0.92
CATEGORIES= graphics devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Perl Module Tries To Abstract Coordinate Systems
RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
p5-Geo-Distance>=0.06:${PORTSDIR}/math/p5-Geo-Distance \
p5-Geo-Proj4>=1.00:${PORTSDIR}/graphics/p5-Geo-Proj4 \
p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \
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>
|