1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Allow concurrent installation (USE_PYTHON=concurrent)

- Add NO_ARCH
- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-09-02 17:04:23 +00:00
parent e520ed5732
commit 063f317caf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395887

View File

@ -3,6 +3,7 @@
PORTNAME= ndg_httpsclient
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,8 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
USE_PYTHON= autoplist distutils
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>