aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-signature_algorithm/Makefile
blob: 11b439246ee7e8b572e6b08cfcefe5ae2d2c3262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>