diff options
Diffstat (limited to 'devel/py-find-libpython/Makefile')
-rw-r--r-- | devel/py-find-libpython/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-find-libpython/Makefile b/devel/py-find-libpython/Makefile new file mode 100644 index 000000000000..7bcb691dcbee --- /dev/null +++ b/devel/py-find-libpython/Makefile @@ -0,0 +1,25 @@ +PORTNAME= find-libpython +PORTVERSION= 0.3.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Finds the libpython associated with your environment +WWW= https://github.com/ktbarrett/find_libpython + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +NO_ARCH= yes + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +.include <bsd.port.mk> |