|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= ndg_httpsclient |
4 |
PORTNAME= ndg_httpsclient |
| 5 |
PORTVERSION= 0.3.3 |
5 |
PORTVERSION= 0.4.0 |
| 6 |
CATEGORIES= net python |
6 |
CATEGORIES= net python |
| 7 |
MASTER_SITES= CHEESESHOP/source/${DISTNAME:C/(.).*/\1/}/${PORTNAME:S/_/-/} |
7 |
MASTER_SITES= CHEESESHOP/source/${DISTNAME:C/(.).*/\1/}/${PORTNAME:S/_/-/} |
| 8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 10-19
Link Here
|
| 10 |
MAINTAINER= olivierd@FreeBSD.org |
10 |
MAINTAINER= olivierd@FreeBSD.org |
| 11 |
COMMENT= Enhance HTTPS support for httplib and urllib2 |
11 |
COMMENT= Enhance HTTPS support for httplib and urllib2 |
| 12 |
|
12 |
|
| 13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl \ |
13 |
LICENSE= BSD3CLAUSE |
| 14 |
${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 |
|
|
| 15 |
|
14 |
|
| 16 |
USES= python:2 |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \ |
| 17 |
USE_PYTHON= distutils autoplist |
16 |
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl |
| 18 |
|
17 |
|
|
|
18 |
USES= python |
| 19 |
USE_PYTHON= autoplist distutils |
| 20 |
|
| 19 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |