aboutsummaryrefslogtreecommitdiff
path: root/www/py-robot-detection/Makefile
blob: 1d225251a46dc610ed0fb4ef05619040629311ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>