18 lines
491 B
Makefile
18 lines
491 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
PORTNAME= user_agents
|
|
PORTVERSION= 1.0.1
|
|
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:devel/py-ua_parser@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|