1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/graphics/p5-Geo-EOP/Makefile
Philippe Audeoud 352966c26d p5-Geo-EOP is a perl module to process earth observation
products meta-data.

WWW: http://search.cpan.org/dist/Geo-EOP/

PR:		ports/130908
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 12:45:28 +00:00

28 lines
748 B
Makefile

# New ports collection makefile for: p5-Geo-EOP
# Date created: 23 January 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Geo-EOP
PORTVERSION= 0.11
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Module to Process Earth Observation Products Meta-data
RUN_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
p5-Geo-GML>=0.12:${PORTSDIR}/graphics/p5-Geo-GML \
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::EOP::Util.3 Geo::EOP.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>