efe4f157b2
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were updated. Package no longer includes README.
14 lines
421 B
Makefile
14 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/06/08 23:26:35 rodent Exp $
|
|
|
|
DISTNAME= httplib2-0.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/h/httplib2/
|
|
|
|
MAINTAINER= mj@mjturner.net
|
|
HOMEPAGE= https://github.com/jcgregorio/httplib2
|
|
COMMENT= Comprehensive http client library for Python
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|