diff options
Diffstat (limited to 'www/py-robot-detection/Makefile')
| -rw-r--r-- | www/py-robot-detection/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-robot-detection/Makefile b/www/py-robot-detection/Makefile new file mode 100644 index 000000000000..1d225251a46d --- /dev/null +++ b/www/py-robot-detection/Makefile @@ -0,0 +1,18 @@ +PORTNAME= robot-detection +DISTVERSION= 0.4 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= einar@isnic.is +COMMENT= Detect if a HTTP User-Agent header is likely to be a bot +WWW= https://github.com/amandasaurus/robot-detection + +LICENSE= GPLv3+ + +USES= python +USE_PYTHON= autoplist distutils + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + +.include <bsd.port.mk> |
