aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-user_agents/Makefile
blob: b201de74800067371b69879213b28681b9c1df26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=   user_agents
PORTVERSION=    0.2.0
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   ${PORTNAME:S/_/-/}-${PORTVERSION}

MAINTAINER= demon@FreeBSD.org
COMMENT=    Python library to identify devices using User-Agent string

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/ua_parser/__init__.py:${PORTSDIR}/devel/py-ua_parser

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>