forked from Lainports/freebsd-ports
While there is an OpenSSL gem packaged with Ruby, a separate gem has been created, so that when OpenSSL security issues arise, the separate gem can be released independently of Ruby. WWW: https://github.com/ruby/openssl/ Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10415
19 lines
358 B
Makefile
19 lines
358 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openssl
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby gem that wraps around the OpenSSL library
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|