1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/py-httplib2/Makefile
2021-06-02 17:12:45 +08:00

20 lines
385 B
Makefile

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