diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-27 16:27:36 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-27 16:27:36 +0000 |
commit | 3729c77b0ef67b3a0cdb0bfbb6b56a2e57d07812 (patch) | |
tree | 87b7016a87cccea5ae274e890051785b16c1c969 /security/py-pyptlib | |
parent | c54db8c7415e27ea524fcc1045d1197b02fd2852 (diff) | |
download | ports-3729c77b0ef67b3a0cdb0bfbb6b56a2e57d07812.tar.gz ports-3729c77b0ef67b3a0cdb0bfbb6b56a2e57d07812.zip |
Notes
Diffstat (limited to 'security/py-pyptlib')
-rw-r--r-- | security/py-pyptlib/Makefile | 19 | ||||
-rw-r--r-- | security/py-pyptlib/distinfo | 2 | ||||
-rw-r--r-- | security/py-pyptlib/pkg-descr | 4 |
3 files changed, 25 insertions, 0 deletions
diff --git a/security/py-pyptlib/Makefile b/security/py-pyptlib/Makefile new file mode 100644 index 000000000000..0237abf47859 --- /dev/null +++ b/security/py-pyptlib/Makefile @@ -0,0 +1,19 @@ +# Created by: Carlo Strub +# $FreeBSD$ +# + +PORTNAME= pyptlib +PORTVERSION= 0.0.3 +CATEGORIES= security net python +MASTER_SITES= http://www.c-s.li/ports/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Pluggable transport library + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> diff --git a/security/py-pyptlib/distinfo b/security/py-pyptlib/distinfo new file mode 100644 index 000000000000..f0b1ca4511fa --- /dev/null +++ b/security/py-pyptlib/distinfo @@ -0,0 +1,2 @@ +SHA256 (pyptlib-0.0.3.tar.gz) = 6a31a72429f0a0c92c838d11bf7ae27c9f7a03a3502bfa4cf10d37fb4ec002df +SIZE (pyptlib-0.0.3.tar.gz) = 16299 diff --git a/security/py-pyptlib/pkg-descr b/security/py-pyptlib/pkg-descr new file mode 100644 index 000000000000..6c11b4c1bca0 --- /dev/null +++ b/security/py-pyptlib/pkg-descr @@ -0,0 +1,4 @@ +pyptlib is a little Python library which understands the `pluggable transport +managed-proxy protocol + +WWW: https://gitweb.torproject.org/pluggable-transports/pyptlib.git |