mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
28 lines
503 B
Makefile
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>
|