aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Geo-GML/Makefile
blob: 91b6a35e086d673653fc74c72c53c7e67edcf227 (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
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   Geo-GML
PORTVERSION=    0.16
CATEGORIES= graphics perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl Module to Process Geography Markup Language

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    p5-Log-Report>=0.18:${PORTSDIR}/devel/p5-Log-Report \
        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

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>