77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
19 lines
415 B
Makefile
19 lines
415 B
Makefile
PORTNAME= user_agent
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Generates random, valid User-Agent values
|
|
WWW= https://pypi.org/project/user_agent/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|