freebsd-ports/security/rubygem-openssl/Makefile
Joseph Mingrone 3d73f83612 New port, security/rubygem-openssl: Gem that wraps around OpenSSL library
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
2017-04-22 22:36:49 +00:00

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>