freebsd-ports/science/p5-Geo-ReadGRIB/Makefile

24 lines
462 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Geo-ReadGRIB
# Date created: 2009-03-18
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Geo-ReadGRIB
2009-11-22 04:15:14 +01:00
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>