diff options
Diffstat (limited to 'security/rubygem-openssl3/Makefile')
| -rw-r--r-- | security/rubygem-openssl3/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/rubygem-openssl3/Makefile b/security/rubygem-openssl3/Makefile new file mode 100644 index 000000000000..089448e21b7f --- /dev/null +++ b/security/rubygem-openssl3/Makefile @@ -0,0 +1,22 @@ +PORTNAME= openssl +PORTVERSION= 3.3.2 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Wrap the OpenSSL library +WWW= https://github.com/ruby/openssl + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING + +USES= cpe gem ssl + +CPE_VENDOR= ruby-lang + +PORTSCOUT= limit:^3\. + +.include <bsd.port.mk> |
