mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
18 lines
348 B
Makefile
18 lines
348 B
Makefile
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>
|