summaryrefslogtreecommitdiff
path: root/security/bearssl/Makefile
diff options
context:
space:
mode:
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>