mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 02:51:18 +02:00
create bsd12 branch
This commit is contained in:
21
python/py-ndg_httpsclient/Makefile
Normal file
21
python/py-ndg_httpsclient/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD: head/net/py-ndg_httpsclient/Makefile 426451 2016-11-19 17:07:06Z sunpoet $
|
||||
|
||||
PORTNAME= ndg_httpsclient
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Enhance HTTPS support for httplib and urllib2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:python/py-pyasn1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:python/py-openssl@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
python/py-ndg_httpsclient/distinfo
Normal file
3
python/py-ndg_httpsclient/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1479405311
|
||||
SHA256 (ndg_httpsclient-0.4.2.tar.gz) = 580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac
|
||||
SIZE (ndg_httpsclient-0.4.2.tar.gz) = 25062
|
||||
5
python/py-ndg_httpsclient/pkg-descr
Normal file
5
python/py-ndg_httpsclient/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
This is a HTTPS client implementation for httplib and urllib2 based on
|
||||
PyOpenSSL.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/ndg-httpsclient
|
||||
WWW: https://github.com/cedadev/ndg_httpsclient
|
||||
Reference in New Issue
Block a user