pkgsrc/www/py-robot-detection/Makefile
markd 9381cc3bb0 py-robot-detection: add version 0.4
robot_detection is a python module to detect if a given HTTP User Agent
is a web crawler. It uses the list of registered robots from
http://www.robotstxt.org: (Robots Database)
2023-05-10 21:59:57 +00:00

21 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.1 2023/05/10 21:59:57 markd Exp $
DISTNAME= robot-detection-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/robot-detection/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rory/robot-detection/
COMMENT= Detect web crawlers using HTTP User Agent
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"