freebsd-ports/devel/py-user_agents/Makefile

20 lines
497 B
Makefile
Raw Normal View History

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
2014-01-28 15:26:43 +01:00
PORTNAME= user_agents
2015-01-09 12:54:08 +01:00
PORTVERSION= 0.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2014-01-28 15:26:43 +01:00
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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>