View | Details | Raw Unified | Return to bug 187416
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	netCDF4
4
PORTNAME=	netCDF4
5
PORTVERSION=	1.0.5
5
PORTVERSION=	1.0.5
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	science python
7
CATEGORIES=	science python
8
MASTER_SITES=	GOOGLE_CODE
8
MASTER_SITES=	GOOGLE_CODE
9
PROJECTHOST=	netcdf4-python
9
PROJECTHOST=	netcdf4-python
Lines 15-22 Link Here
15
LICENSE=	MIT
15
LICENSE=	MIT
16
16
17
BUILD_DEPENDS=	${PYNUMPY}
17
BUILD_DEPENDS=	${PYNUMPY}
18
LIB_DEPENDS=	hdf5:${PORTSDIR}/science/hdf5-18 \
18
LIB_DEPENDS=	libhdf5.so:${PORTSDIR}/science/hdf5-18 \
19
		netcdf:${PORTSDIR}/science/netcdf4
19
		libnetcdf.so:${PORTSDIR}/science/netcdf4
20
RUN_DEPENDS=	${PYNUMPY}
20
RUN_DEPENDS=	${PYNUMPY}
21
21
22
OPTIONS_DEFINE=	DOCS EXAMPLES
22
OPTIONS_DEFINE=	DOCS EXAMPLES

Return to bug 187416