diff options
author | az <az@FreeBSD.org> | 2014-01-30 01:00:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 01:00:41 +0800 |
commit | 5904db5f1ae1efd330950f52115836672f68ad78 (patch) | |
tree | 5e234f5677f82b0556c4cef158acc4f8a3d6f7d4 /science/p5-Geo-ReadGRIB | |
parent | e8032a734f75a41ef05053d7b59152e3cf2d17c5 (diff) | |
download | freebsd-ports-gnome-5904db5f1ae1efd330950f52115836672f68ad78.tar.gz freebsd-ports-gnome-5904db5f1ae1efd330950f52115836672f68ad78.tar.zst freebsd-ports-gnome-5904db5f1ae1efd330950f52115836672f68ad78.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'science/p5-Geo-ReadGRIB')
-rw-r--r-- | science/p5-Geo-ReadGRIB/Makefile | 5 | ||||
-rw-r--r-- | science/p5-Geo-ReadGRIB/pkg-descr | 2 | ||||
-rw-r--r-- | science/p5-Geo-ReadGRIB/pkg-plist | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/science/p5-Geo-ReadGRIB/Makefile b/science/p5-Geo-ReadGRIB/Makefile index 2c80dd29bf7a..4b9166c32961 100644 --- a/science/p5-Geo-ReadGRIB/Makefile +++ b/science/p5-Geo-ReadGRIB/Makefile @@ -13,9 +13,4 @@ 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> diff --git a/science/p5-Geo-ReadGRIB/pkg-descr b/science/p5-Geo-ReadGRIB/pkg-descr index d10001dbf642..956f5250ac1a 100644 --- a/science/p5-Geo-ReadGRIB/pkg-descr +++ b/science/p5-Geo-ReadGRIB/pkg-descr @@ -3,4 +3,4 @@ access to data distributed in GRIB files. Specifically, it is wrote to access NOAA Wavewatch III marine weather model forecasts which are packaged as GRIB. -WWW: http://search.cpan.org/dist/Geo-ReadGRIB/ +WWW: http://search.cpan.org/dist/Geo-ReadGRIB/ diff --git a/science/p5-Geo-ReadGRIB/pkg-plist b/science/p5-Geo-ReadGRIB/pkg-plist index bfec1c378d53..f4120a4ee2a3 100644 --- a/science/p5-Geo-ReadGRIB/pkg-plist +++ b/science/p5-Geo-ReadGRIB/pkg-plist @@ -5,6 +5,9 @@ %%SITE_PERL%%/Geo/Sample-GRIB/2009100900_P000.grib %%SITE_PERL%%/Geo/ReadGRIB/PlaceIterator.pm %%SITE_PERL%%/Geo/ReadGRIB/Place.pm +%%PERL5_MAN3%%/Geo::ReadGRIB.3.gz +%%PERL5_MAN3%%/Geo::ReadGRIB::Place.3.gz +%%PERL5_MAN3%%/Geo::ReadGRIB::PlaceIterator.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/ReadGRIB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrm %%SITE_PERL%%/Geo/Sample-GRIB |