freebsd-ports/security/rubygem-openssl/Makefile

20 lines
362 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= openssl
PORTVERSION= 2.1.2
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
USES= gem ssl
USE_RUBY= yes
.include <bsd.port.mk>