Files

18 lines
348 B
Makefile
Raw Permalink Normal View History

2020-09-22 21:08:54 +00:00
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
2022-09-07 23:06:12 +02:00
WWW= https://github.com/cedarcode/openssl-signature_algorithm
2020-09-22 21:08:54 +00:00
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>