blob: 80ec84a83c3b871d6e1a2c0da405ca11a4e9e23f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Geo-ReadGRIB
PORTVERSION= 1.21
PORTREVISION= 1
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
.include <bsd.port.mk>
|