4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-GML
|
|
PORTVERSION= 0.16
|
|
PORTREVISION= 1
|
|
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:devel/p5-Log-Report \
|
|
p5-Test-Pod>=1.26:devel/p5-Test-Pod \
|
|
p5-XML-Compile>=0.96:textproc/p5-XML-Compile \
|
|
p5-XML-Compile-Cache>=0.14:textproc/p5-XML-Compile-Cache
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|