ports/math/p5-NetCDF/Makefile
2023-04-23 09:09:58 +00:00

25 lines
698 B
Makefile

PORTNAME= NetCDF
PORTVERSION= 1.2.4
PORTREVISION= 9
CATEGORIES= math perl5
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
PKGNAMEPREFIX= p5-
DISTNAME= netcdf-perl-${PORTVERSION}
MAINTAINER= rand@meridian-enviro.com
COMMENT= Perl5 module to read and write netCDF files
WWW= http://www.unidata.ucar.edu/packages/netcdf-perl/
LIB_DEPENDS= libnetcdf.so:science/netcdf
USES= perl5 fakeroot
WRKSRC_SUBDIR= src
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPP_NETCDF=-I${LOCALBASE}/include LD_NETCDF=-lnetcdf \
PERL_MANDIR=${STAGEDIR}${SITE_PERL}/man PERL=${PERL}
pre-install:
@${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/perl/Makefile
.include <bsd.port.mk>