forked from Lainports/freebsd-ports
25 lines
486 B
Makefile
25 lines
486 B
Makefile
PORTNAME= openssl
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 2
|
|
|
|
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}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-ipaddr>=0:net/rubygem-ipaddr
|
|
|
|
USES= cpe gem ssl
|
|
USE_RUBY= yes
|
|
|
|
CPE_VENDOR= ruby-lang
|
|
|
|
PORTSCOUT= limit:^2\.
|
|
|
|
.include <bsd.port.mk>
|