freebsd-ports/www/py-httplib2/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

22 lines
458 B
Makefile

PORTNAME= httplib2
PORTVERSION= 0.21.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Comprehensive HTTP client library
WWW= https://github.com/httplib2/httplib2
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.4.2:devel/py-pyparsing@${PY_FLAVOR}
USES= cpe python
CPE_VENDOR= ${PORTNAME}_project
NO_ARCH= yes
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>