1539e0886b
- trim Makefile header Approved by: portmgr (bapt@, blanket)
24 lines
623 B
Makefile
24 lines
623 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-EOP
|
|
PORTVERSION= 0.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Perl Module to Process Earth Observation Products Meta-data
|
|
|
|
RUN_DEPENDS= 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|