mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# $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>
|