diff options
| author | Shokara Kou <kou@13f0.net> | 2023-08-10 23:15:48 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2023-08-10 23:39:23 -0400 |
| commit | 0f66e5686e2ce39c6821efcf2ead70bfcf4a4a83 (patch) | |
| tree | 3b5a8f5949dda64816e07cb45722f298a3888e94 /security/bearssl/Makefile | |
| parent | c4145b75238fb382f4a03c1482a1d844fac9f3f1 (diff) | |
add security/bearssl
Diffstat (limited to 'security/bearssl/Makefile')
| -rw-r--r-- | security/bearssl/Makefile | 23 |
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 @@ | |||
| 1 | COMMENT= a C implementation of the SSL/TLS protocol (RFC 5246) | ||
| 2 | |||
| 3 | DISTNAME= bearssl-0.6 | ||
| 4 | REVISION= 1 | ||
| 5 | |||
| 6 | CATEGORIES= security | ||
| 7 | |||
| 8 | HOMEPAGE= https://www.bearssl.org/ | ||
| 9 | |||
| 10 | # MIT | ||
| 11 | PERMIT_PACKAGE= Yes | ||
| 12 | |||
| 13 | WANTLIB += c | ||
| 14 | |||
| 15 | MASTER_SITES= ${HOMEPAGE} | ||
| 16 | |||
| 17 | do-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> | ||
