ports/devel/py-yarg/Makefile
2024-08-20 10:08:44 +02:00

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>