2009-01-11 15:26:01 +01:00
|
|
|
# New ports collection makefile for: p5-Geo-GML
|
|
|
|
# Date created: 11 January 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Geo-GML
|
2009-03-21 00:21:08 +01:00
|
|
|
PORTVERSION= 0.15
|
2010-09-24 02:44:29 +02:00
|
|
|
PORTREVISION= 2
|
2009-01-11 15:26:01 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
|
|
COMMENT= Perl Module to Process Geography Markup Language
|
|
|
|
|
2010-01-28 03:32:30 +01:00
|
|
|
RUN_DEPENDS= p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \
|
2009-01-11 15:26:01 +01:00
|
|
|
p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
p5-XML-Compile>=0.96:${PORTSDIR}/textproc/p5-XML-Compile \
|
|
|
|
p5-XML-Compile-Cache>=0.14:${PORTSDIR}/textproc/p5-XML-Compile-Cache
|
|
|
|
|
2009-01-26 11:21:04 +01:00
|
|
|
MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3
|
2009-01-11 15:26:01 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|