diff options
author | pav <pav@FreeBSD.org> | 2003-12-07 01:03:15 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-07 01:03:15 +0000 |
commit | c31732c58c6f92c5aa8fd12951677014add5dc4e (patch) | |
tree | aa0599cd83c2d017213dceffc12c5599ecd02dca /math/p5-NetCDF/Makefile | |
parent | 8ca5d7c8eecf15b73d4387aff8cd96bcf3016e1f (diff) | |
download | FreeBSD-ports-c31732c58c6f92c5aa8fd12951677014add5dc4e.zip FreeBSD-ports-c31732c58c6f92c5aa8fd12951677014add5dc4e.tar.gz |
- Add p5-NetCDF, a perl module to read and write netCDF files.
PR: ports/59381
Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
Diffstat (limited to 'math/p5-NetCDF/Makefile')
-rw-r--r-- | math/p5-NetCDF/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/math/p5-NetCDF/Makefile b/math/p5-NetCDF/Makefile new file mode 100644 index 0000000..d858186 --- /dev/null +++ b/math/p5-NetCDF/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-NetCDF +# Date created: 2003-11-17 +# Whom: Douglas K. Rand (rand@meridian-enviro.com) +# +# $FreeBSD$ +# + +PORTNAME= NetCDF +PORTVERSION= 1.2.2 +CATEGORIES= math perl5 +MASTER_SITES= http://www.unidata.ucar.edu/packages/netcdf-perl/ +PKGNAMEPREFIX= p5- +# No version number in distribution file, sigh. +DISTFILES= netcdf-perl.tar.Z + +MAINTAINER= rand@meridian-enviro.com +COMMENT= Perl5 module to read and write netCDF files + +LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf + +WRKSRC= ${WRKDIR}/netcdf-perl-${PORTVERSION}/src +HAS_CONFIGURE= yes +CONFIGURE_ENV= CPP_NETCDF=-I${PREFIX}/include LD_NETCDF=-lnetcdf PERL_MANDIR=${PREFIX}/lib/perl5/${PERL_VERSION}/man + +MAN1PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN1= netCDFPerl.1 + +.include <bsd.port.mk> |