summaryrefslogtreecommitdiffstats
path: root/math/p5-NetCDF/Makefile
blob: d8581868aff739131824b5d8b1720de2d87cca5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>
OpenPOWER on IntegriCloud