d49a8f39af
Approved by: portmgr (blanket infrastructure)
16 lines
309 B
Makefile
16 lines
309 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|