diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /science/pycdf/Makefile | |
parent | a67f3f35a3078187a2ab3b4163d501c43cabbb66 (diff) | |
download | ports-de61a8720881da46af35e6e0abf44f90665881a4.tar.gz ports-de61a8720881da46af35e6e0abf44f90665881a4.zip |
Notes
Diffstat (limited to 'science/pycdf/Makefile')
-rw-r--r-- | science/pycdf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/pycdf/Makefile b/science/pycdf/Makefile index 255639bb7d4d..3fda8c45c1be 100644 --- a/science/pycdf/Makefile +++ b/science/pycdf/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-0.6-3b MAINTAINER= ports@FreeBSD.org COMMENT= Python Interface to the Unidata NetCDF Library +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + LIB_DEPENDS= libnetcdf.so:science/netcdf BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} |