summaryrefslogtreecommitdiff
path: root/security/bearssl/Makefile
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2023-08-10 23:15:48 -0400
committerShokara Kou <kou@13f0.net>2023-08-10 23:39:23 -0400
commit0f66e5686e2ce39c6821efcf2ead70bfcf4a4a83 (patch)
tree3b5a8f5949dda64816e07cb45722f298a3888e94 /security/bearssl/Makefile
parentc4145b75238fb382f4a03c1482a1d844fac9f3f1 (diff)
add security/bearssl
Diffstat (limited to 'security/bearssl/Makefile')
-rw-r--r--security/bearssl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
new file mode 100644
index 0000000..24856ce
--- /dev/null
+++ b/security/bearssl/Makefile
@@ -0,0 +1,23 @@
1COMMENT= a C implementation of the SSL/TLS protocol (RFC 5246)
2
3DISTNAME= bearssl-0.6
4REVISION= 1
5
6CATEGORIES= security
7
8HOMEPAGE= https://www.bearssl.org/
9
10# MIT
11PERMIT_PACKAGE= Yes
12
13WANTLIB += c
14
15MASTER_SITES= ${HOMEPAGE}
16
17do-install:
18 ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${PREFIX}/bin/
19 ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.a ${PREFIX}/lib/
20 ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${PREFIX}/lib/
21 ${INSTALL_DATA} ${WRKSRC}/inc/* ${PREFIX}/include/
22
23.include <bsd.port.mk>