03b8fa6bf9
0.13.0 * Allow setting TLS max/min versions
20 lines
468 B
Makefile
20 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/06/10 08:34:04 adam Exp $
|
|
|
|
DISTNAME= httplib2-0.13.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/}
|
|
|
|
MAINTAINER= mj@mjturner.net
|
|
HOMEPAGE= https://github.com/httplib2/httplib2
|
|
COMMENT= Comprehensive http client library for Python
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# tests not included
|
|
do-test:
|
|
${DO_NADA}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|