Files
2026-06-12 08:18:18 +00:00

28 lines
503 B
Makefile

COMMENT= community cryptography specification project test vectors
# No releases
VERSION= 20260605
DISTNAME= c2sp-testvectors-${VERSION}
GH_ACCOUNT= C2SP
GH_PROJECT= CCTV
GH_COMMIT= 1e3d2860d46e94e777e1b17c7a6f2436387e3ecc
CATEGORIES= security
MAINTAINER= Theo Buehler <tb@openbsd.org>
# new BSD
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes
C2SP_DIR= ${PREFIX}/share/c2sp-testvectors/
do-install:
${INSTALL_DATA_DIR} ${C2SP_DIR}
cd ${WRKSRC} && pax -rw * ${C2SP_DIR}
.include <bsd.port.mk>