diff options
Diffstat (limited to 'devel/py-PyODE/Makefile')
-rw-r--r-- | devel/py-PyODE/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-PyODE/Makefile b/devel/py-PyODE/Makefile index ded2709acafd..be99de96f646 100644 --- a/devel/py-PyODE/Makefile +++ b/devel/py-PyODE/Makefile @@ -14,6 +14,9 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE-BSD +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + LIB_DEPENDS= libode.so:devel/ode USES= python:2.7 |