mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
26 lines
650 B
Makefile
26 lines
650 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-GML
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Perl Module to Process Geography Markup Language
|
|
|
|
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
|
|
|
|
MAN3= Geo::GML.3 Geo::GML::Util.3 Geo::GML::GeoPoint.3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|