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, 0 insertions, 23 deletions
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
deleted file mode 100644
index 24856ce..0000000
--- a/security/bearssl/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
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>