diff --git a/biology/py-python-libsbml/Makefile b/biology/py-python-libsbml/Makefile index 73adc29c5285..8d5ef70851be 100644 --- a/biology/py-python-libsbml/Makefile +++ b/biology/py-python-libsbml/Makefile @@ -1,25 +1,25 @@ PORTNAME= python-libsbml DISTVERSION= 5.20.1 CATEGORIES= biology python #MASTER_SITES= PYPI # no tarballs on PYPI MASTER_SITES= https://github.com/sbmlteam/python-libsbml/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= LibSBML Python API WWW= https://sbml.org/Main_Page LICENSE= LGPL21 BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig -USES= python:3.8-3.9 +USES= python USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17 MAKE_ENV= CMAKE_BUILD_PARALLEL_LEVEL=${MAKE_JOBS_NUMBER} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libsbml/_libsbml*.so .include