mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
19 lines
426 B
Makefile
19 lines
426 B
Makefile
PORTNAME= yarg
|
|
PORTVERSION= 0.1.10
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Easy to use PyPI client
|
|
WWW= https://pypi.org/project/yarg/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|