blob: 7061cfff745f422fb9a0cf5669ea2c9126604ab0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Geo-ReadGRIB
# Date created: 2009-03-18
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Geo::ReadGRIB.3 \
Geo::ReadGRIB::Place.3 \
Geo::ReadGRIB::PlaceIterator.3
.include <bsd.port.mk>
|