summaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-signature_algorithm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-openssl-signature_algorithm/Makefile')
-rw-r--r--security/rubygem-openssl-signature_algorithm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/rubygem-openssl-signature_algorithm/Makefile b/security/rubygem-openssl-signature_algorithm/Makefile
new file mode 100644
index 000000000000..11b439246ee7
--- /dev/null
+++ b/security/rubygem-openssl-signature_algorithm/Makefile
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= openssl-signature_algorithm
+PORTVERSION= 1.0.0
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= ECDSA, RSA-PSS and RSA-PKCS for ruby
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>