mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
27aaaf07bc
Changes: https://github.com/jcgregorio/httplib2/releases Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer)
23 lines
400 B
Makefile
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>
|