1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/py-httplib2/Makefile
Sunpoet Po-Chuan Hsieh 27aaaf07bc - Update to 0.9
Changes:	https://github.com/jcgregorio/httplib2/releases
Submitted by:	sunpoet (myself)
Approved by:	lwhsu (maintainer)
2014-09-13 15:19:14 +00:00

23 lines
400 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= httplib2
PORTVERSION= 0.9
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Comprehensive HTTP client library
LICENSE= MIT
USE_PYTHON= autoplist distutils
USES= python
USE_GITHUB= yes
GH_ACCOUNT= jcgregorio
GH_COMMIT= 058a1f9
GH_TAGNAME= v${PORTVERSION}
.include <bsd.port.mk>