2021-05-03 17:46:37 +00:00
|
|
|
COMMENT = sources of the Ruby OpenSSL gem for regression testing
|
|
|
|
|
|
|
|
|
|
# Follows HEAD
|
2026-06-15 08:54:22 +00:00
|
|
|
VERSION = 20260530
|
2026-06-18 00:15:06 +00:00
|
|
|
REVISION = 0
|
2021-05-03 17:46:37 +00:00
|
|
|
DISTNAME = openssl-ruby-tests-${VERSION}
|
|
|
|
|
|
|
|
|
|
GH_ACCOUNT = ruby
|
|
|
|
|
GH_PROJECT = openssl
|
2026-06-15 08:54:22 +00:00
|
|
|
GH_COMMIT = c7cdca78f5ee19576113d6d600fd22650f0e37c4
|
2021-05-03 17:46:37 +00:00
|
|
|
|
|
|
|
|
CATEGORIES = security devel
|
|
|
|
|
|
|
|
|
|
MAINTAINER = Theo Buehler <tb@openbsd.org>
|
|
|
|
|
|
|
|
|
|
# BSD 2-Clause
|
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
|
|
NO_BUILD = Yes
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
2023-09-01 16:55:03 +00:00
|
|
|
RUN_DEPENDS = devel/ruby-test-unit-ruby-core,${MODRUBY_FLAVOR}
|
|
|
|
|
|
2021-05-03 17:46:37 +00:00
|
|
|
OPENSSL_TESTS_DIR = ${PREFIX}/share/openssl-ruby-tests
|
|
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
|
${INSTALL_DATA_DIR} ${OPENSSL_TESTS_DIR}
|
|
|
|
|
cd ${WRKSRC} && \
|
2022-03-20 11:01:55 +00:00
|
|
|
pax -rw -s '/^.*${PATCHORIG}$$//' BSDL ext lib test ${OPENSSL_TESTS_DIR}
|
2021-05-03 17:46:37 +00:00
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|