2013-09-11 11:54:08 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-01-11 15:26:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Geo-GML
|
2017-06-30 15:05:54 +02:00
|
|
|
PORTVERSION= 0.17
|
2009-01-11 15:26:01 +01:00
|
|
|
CATEGORIES= graphics perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-05-22 16:51:35 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-01-11 15:26:01 +01:00
|
|
|
COMMENT= Perl Module to Process Geography Markup Language
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2014-05-22 16:51:35 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2017-06-30 15:05:54 +02:00
|
|
|
BUILD_DEPENDS= p5-Log-Report>=0.18:devel/p5-Log-Report \
|
|
|
|
p5-XML-Compile>=1.58:textproc/p5-XML-Compile \
|
|
|
|
p5-XML-Compile-Cache>=1.05:textproc/p5-XML-Compile-Cache
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
2009-01-11 15:26:01 +01:00
|
|
|
|
2017-06-30 15:05:54 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-11 11:54:08 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-01-11 15:26:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|