diff options
Diffstat (limited to 'devel/py-dlinfo/Makefile')
-rw-r--r-- | devel/py-dlinfo/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-dlinfo/Makefile b/devel/py-dlinfo/Makefile new file mode 100644 index 000000000000..9d1cf8c846ad --- /dev/null +++ b/devel/py-dlinfo/Makefile @@ -0,0 +1,22 @@ +PORTNAME= dlinfo +DISTVERSION= 2.0.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python wrapper for libc's dlinfo +WWW= https://github.com/cloudflightio/python-dlinfo + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest + +NO_ARCH= yes + +# tests as of 2.0.0: 2 failed, 2 passed, 3 xfailed in 6.82s, see https://github.com/cloudflightio/python-dlinfo/issues/98 + +.include <bsd.port.mk> |