mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# 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>
|