21 lines
409 B
Makefile
21 lines
409 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
|
|
|
|
MAN3= Geo::ReadGRIB.3 \
|
|
Geo::ReadGRIB::Place.3 \
|
|
Geo::ReadGRIB::PlaceIterator.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|