aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-ua-parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-ua-parser/Makefile')
-rw-r--r--www/py-ua-parser/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-ua-parser/Makefile b/www/py-ua-parser/Makefile
new file mode 100644
index 0000000..afb4b30
--- /dev/null
+++ b/www/py-ua-parser/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= ua-parser
+PORTVERSION= 0.18.0
+CATEGORIES= www python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jan@jantuomi.fi
+COMMENT= Python port of Browserscope's user agent parser
+WWW= https://github.com/ua-parser/uap-python
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
+
+USES= python:3.11+
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>