2013-09-02 13:27:42 +02:00
|
|
|
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pupynere
|
|
|
|
PORTVERSION= 1.0.15
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 4
|
2013-09-02 13:27:42 +02:00
|
|
|
CATEGORIES= science python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= xmj@chaot.net
|
|
|
|
COMMENT= Python module for reading and writing NetCDF files
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2014-02-03 12:35:53 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2013-09-02 13:27:42 +02:00
|
|
|
|
2014-10-24 18:50:42 +02:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-09-02 13:27:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|