diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-15 07:08:37 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-05-15 07:08:37 +0000 |
commit | d7fc2185ea051691799a9276b3659849e7020909 (patch) | |
tree | a7b3087ba567f5dfffe1b93c929844cee8c904ad /security/rubygem-openssl-ccm | |
parent | New port: devel/rubygem-patch_finder (diff) |
New port: security/rubygem-openssl-ccm
rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC
(CCM).
WWW: https://github.com/smalllars/openssl-ccm
Notes
Notes:
svn path=/head/; revision=415213
Diffstat (limited to 'security/rubygem-openssl-ccm')
-rw-r--r-- | security/rubygem-openssl-ccm/Makefile | 19 | ||||
-rw-r--r-- | security/rubygem-openssl-ccm/distinfo | 3 | ||||
-rw-r--r-- | security/rubygem-openssl-ccm/pkg-descr | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/security/rubygem-openssl-ccm/Makefile b/security/rubygem-openssl-ccm/Makefile new file mode 100644 index 000000000000..ac0eee65093c --- /dev/null +++ b/security/rubygem-openssl-ccm/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl-ccm +PORTVERSION= 1.2.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM) + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> diff --git a/security/rubygem-openssl-ccm/distinfo b/security/rubygem-openssl-ccm/distinfo new file mode 100644 index 000000000000..a305225ab3fe --- /dev/null +++ b/security/rubygem-openssl-ccm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1463296014 +SHA256 (rubygem/openssl-ccm-1.2.1.gem) = 2cc989e04018e43fcda72c4c81d75f5b803ecc77b541cb811392c00f76a705a2 +SIZE (rubygem/openssl-ccm-1.2.1.gem) = 24576 diff --git a/security/rubygem-openssl-ccm/pkg-descr b/security/rubygem-openssl-ccm/pkg-descr new file mode 100644 index 000000000000..c5aa55a21f66 --- /dev/null +++ b/security/rubygem-openssl-ccm/pkg-descr @@ -0,0 +1,4 @@ +rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC +(CCM). + +WWW: https://github.com/smalllars/openssl-ccm |