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

(-)Makefile (+2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	h5py
8
PORTNAME=	h5py
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.2.1
10
PORTREVISION=	1
10
CATEGORIES=	science python
11
CATEGORIES=	science python
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-20 Link Here
15
COMMENT=	A general-purpose Python interface to the HDF5 library
16
COMMENT=	A general-purpose Python interface to the HDF5 library
16
17
17
BUILD_DEPENDS=	${PYNUMPY}
18
BUILD_DEPENDS=	${PYNUMPY}
19
RUN_DEPENDS=	${PYNUMPY}
18
LIB_DEPENDS=	hdf5.0:${PORTSDIR}/science/hdf5
20
LIB_DEPENDS=	hdf5.0:${PORTSDIR}/science/hdf5
19
21
20
USE_PYTHON=		2.5+
22
USE_PYTHON=		2.5+

Return to bug 143419