mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-openssl/Makefile
Normal file
20
python/py-openssl/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: ijliao
|
||||
# $FreeBSD: head/security/py-openssl/Makefile 472884 2018-06-20 17:05:41Z mat $
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 17.5.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyOpenSSL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
COMMENT= Python interface to the OpenSSL library
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.1.4:python/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:python/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils pythonprefix
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-openssl/distinfo
Normal file
3
python/py-openssl/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1516479217
|
||||
SHA256 (pyOpenSSL-17.5.0.tar.gz) = 2c10cfba46a52c0b0950118981d61e72c1e5b1aac451ca1bc77de1a679456773
|
||||
SIZE (pyOpenSSL-17.5.0.tar.gz) = 170870
|
||||
3
python/py-openssl/pkg-descr
Normal file
3
python/py-openssl/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Python interface to the OpenSSL library
|
||||
|
||||
WWW: https://github.com/pyca/pyopenssl
|
||||
Reference in New Issue
Block a user