diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-05-06 07:38:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-05-06 07:38:46 +0000 |
commit | 5fb25d60ef1880319fcf576cc5eafb24c9627a93 (patch) | |
tree | 78e20ba9b242ad1773bc36301dc4755b5afda376 /security/py-cryptlib_py | |
parent | adaae607fed4ab7e20d8ef03b305df7b3032d9b9 (diff) |
Notes
Diffstat (limited to 'security/py-cryptlib_py')
-rw-r--r-- | security/py-cryptlib_py/Makefile | 28 | ||||
-rw-r--r-- | security/py-cryptlib_py/distinfo | 3 | ||||
-rw-r--r-- | security/py-cryptlib_py/pkg-descr | 3 |
3 files changed, 34 insertions, 0 deletions
diff --git a/security/py-cryptlib_py/Makefile b/security/py-cryptlib_py/Makefile new file mode 100644 index 000000000000..6c2e25932abb --- /dev/null +++ b/security/py-cryptlib_py/Makefile @@ -0,0 +1,28 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= cryptlib_py +PORTVERSION= 3.4.3 +CATEGORIES= security +MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cl${PORTVERSION:S/.//g} + +MAINTAINER= yuri@rawbw.com +COMMENT= Pythin binding for cryptlib + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +ONLY_FOR_ARCHS= i386 amd64 armv6 + +USES= python:2 zip:infozip +USE_PYTHON= distutils autoplist + +LIB_DEPENDS+= libcl.so:security/cryptlib + +BUILD_WRKSRC= ${WRKSRC}/bindings +INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> diff --git a/security/py-cryptlib_py/distinfo b/security/py-cryptlib_py/distinfo new file mode 100644 index 000000000000..09831e289697 --- /dev/null +++ b/security/py-cryptlib_py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484269132 +SHA256 (cl343.zip) = 08b104442bb5c7281a3299853d5585cc63bd928454dff3150569c02b957427ad +SIZE (cl343.zip) = 5703258 diff --git a/security/py-cryptlib_py/pkg-descr b/security/py-cryptlib_py/pkg-descr new file mode 100644 index 000000000000..479ba39bbffe --- /dev/null +++ b/security/py-cryptlib_py/pkg-descr @@ -0,0 +1,3 @@ +The python binding of the cryptographic library cryptlib. + +WWW: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ |