2023-08-16 22:26:55 +00:00
|
|
|
COMMENT = source of the rust-openssl crate for regression testing
|
|
|
|
|
|
|
|
# Follows HEAD
|
2023-08-28 01:43:33 +00:00
|
|
|
VERSION = 20230827
|
2023-08-16 22:26:55 +00:00
|
|
|
DISTNAME = rust-openssl-tests-${VERSION}
|
|
|
|
|
|
|
|
GH_ACCOUNT = sfackler
|
|
|
|
GH_PROJECT = rust-openssl
|
2023-08-28 01:43:33 +00:00
|
|
|
GH_COMMIT = 03bc8192d28373fdbe4da4f443c2990ff4180ce0
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
CATEGORIES = security devel
|
|
|
|
|
|
|
|
MAINTAINER = Theo Buehler <tb@openbsd.org>
|
|
|
|
|
|
|
|
# Various, mostly MIT/Apache2, see crates.inc for details
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
|
|
|
|
MODULES = devel/cargo
|
|
|
|
|
|
|
|
NO_BUILD = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
OPENSSL_TESTS_DIR = ${PREFIX}/share/rust-openssl-tests
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${OPENSSL_TESTS_DIR}
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
pax -rw -s '/^.*${PATCHORIG}$$//' -s '/.*\.cargo\.ok//' \
|
|
|
|
-s '/.*\.cargo_vcs_info\.json//' . ${OPENSSL_TESTS_DIR}
|
|
|
|
|
|
|
|
.include "crates.inc"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|