tb ca8e7a568a Import security/openssl-ruby-tests 20210417, input/ok jeremy
Bundles the sources of the Ruby OpenSSL gem for regression testing.
2021-05-03 17:46:37 +00:00

33 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2021/05/03 17:46:37 tb Exp $
COMMENT = sources of the Ruby OpenSSL gem for regression testing
# Follows HEAD
VERSION = 20210417
DISTNAME = openssl-ruby-tests-${VERSION}
GH_ACCOUNT = ruby
GH_PROJECT = openssl
GH_COMMIT = c3108404ab0e2eea3f83f580bb427dfacce559b8
CATEGORIES = security devel
MAINTAINER = Theo Buehler <tb@openbsd.org>
# BSD 2-Clause
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
NO_BUILD = Yes
NO_TEST = Yes
OPENSSL_TESTS_DIR = ${PREFIX}/share/openssl-ruby-tests
do-install:
${INSTALL_DATA_DIR} ${OPENSSL_TESTS_DIR}
cd ${WRKSRC} && \
pax -rw -s '/^.*\.orig$$//' BSDL ext lib test ${OPENSSL_TESTS_DIR}
.include <bsd.port.mk>