ports/security/openssl-ruby-tests/Makefile

33 lines
700 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = sources of the Ruby OpenSSL gem for regression testing
# Follows HEAD
2023-09-22 16:24:11 +00:00
VERSION = 20230921
2023-08-16 22:26:55 +00:00
DISTNAME = openssl-ruby-tests-${VERSION}
GH_ACCOUNT = ruby
GH_PROJECT = openssl
2023-09-22 16:24:11 +00:00
GH_COMMIT = 0dda88d44811e278872cf9692bf085124f44a4d4
2023-08-16 22:26:55 +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-08 05:21:37 +00:00
RUN_DEPENDS = devel/ruby-test-unit-ruby-core,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
OPENSSL_TESTS_DIR = ${PREFIX}/share/openssl-ruby-tests
do-install:
${INSTALL_DATA_DIR} ${OPENSSL_TESTS_DIR}
cd ${WRKSRC} && \
pax -rw -s '/^.*${PATCHORIG}$$//' BSDL ext lib test ${OPENSSL_TESTS_DIR}
.include <bsd.port.mk>