diff options
Diffstat (limited to 'www/py-rfc3987-syntax/Makefile')
-rw-r--r-- | www/py-rfc3987-syntax/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/py-rfc3987-syntax/Makefile b/www/py-rfc3987-syntax/Makefile new file mode 100644 index 000000000000..ce164ab080b1 --- /dev/null +++ b/www/py-rfc3987-syntax/Makefile @@ -0,0 +1,23 @@ +PORTNAME= rfc3987-syntax +PORTVERSION= 1.1.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= rfc3987_syntax-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Helper functions to syntactically validate strings according to RFC 3987 +WWW= https://github.com/willynilly/rfc3987-syntax + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>=1.2.2:devel/py-lark@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> |