diff options
Diffstat (limited to 'devel/py-oslex/Makefile')
-rw-r--r-- | devel/py-oslex/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-oslex/Makefile b/devel/py-oslex/Makefile new file mode 100644 index 000000000000..e1ba21cb71d9 --- /dev/null +++ b/devel/py-oslex/Makefile @@ -0,0 +1,21 @@ +PORTNAME= oslex +DISTVERSION= 0.1.3 +CATEGORIES= devel +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dch@FreeBSD.org +COMMENT= OS-independent wrapper for shlex +WWW= https://github.com/petamas/oslex + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 pytest + +NO_ARCH= yes + +.include <bsd.port.mk> |