27 lines
503 B
Makefile
27 lines
503 B
Makefile
COMMENT= community cryptography specification project test vectors
|
|
|
|
# No releases
|
|
VERSION= 20230910
|
|
DISTNAME= c2sp-testvectors-${VERSION}
|
|
|
|
GH_ACCOUNT= C2SP
|
|
GH_PROJECT= CCTV
|
|
GH_COMMIT= 1b1196e145d9db6c275a2aef68c4149e9319c533
|
|
|
|
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>
|