SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
33
security/rust-openssl-tests/Makefile
Normal file
33
security/rust-openssl-tests/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
COMMENT = source of the rust-openssl crate for regression testing
|
||||
|
||||
# Follows HEAD
|
||||
VERSION = 20230811
|
||||
DISTNAME = rust-openssl-tests-${VERSION}
|
||||
|
||||
GH_ACCOUNT = sfackler
|
||||
GH_PROJECT = rust-openssl
|
||||
GH_COMMIT = 99ea8a8a04dbebd8f4513722c3cc44c1744672d3
|
||||
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue