summaryrefslogtreecommitdiff
path: root/security/rubygem-openssl-signature_algorithm/Makefile
blob: 166f5b641e13a62bf265dfdcbf4a5ae6fea2a9b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
WWW=		https://github.com/cedarcode/openssl-signature_algorithm

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>