aboutsummaryrefslogtreecommitdiffstats
path: root/science/p5-Geo-ReadGRIB/Makefile
blob: df101b9172b4f6951459c53dbf97c876b59285fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   Geo-ReadGRIB
PORTVERSION=    1.21
CATEGORIES= science perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= wen@FreeBSD.org
COMMENT=    Perl module provides read access to GRIB files

USES=       perl5
USE_PERL5=  configure

MAN3=       Geo::ReadGRIB.3 \
        Geo::ReadGRIB::Place.3 \
        Geo::ReadGRIB::PlaceIterator.3

.include <bsd.port.mk>