summaryrefslogtreecommitdiff
path: root/security/polarssl/buildlink3.mk
diff options
context:
space:
mode:
authorgdt <gdt>2012-12-11 23:29:27 +0000
committergdt <gdt>2012-12-11 23:29:27 +0000
commitc56625d7869a7c4dab0d5d9e5a374531b0f4622c (patch)
treec37a89ffd00e163a68a71ec70786c15f3cfbcaaf /security/polarssl/buildlink3.mk
parent1273823037c6a57f1f655962ea2443c595eb0117 (diff)
downloadpkgsrc-c56625d7869a7c4dab0d5d9e5a374531b0f4622c.tar.gz
Import polarssl-1.2.0 as security/polarssl.
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products with as little hassle as possible. It is designed to be readable, documented, tested, loosely coupled and portable. This package includes headers/libs only, not the demo programs. PolarSSL is GPLv2, but offers exceptions to be distributed with other works licensed as Apache, BSD, CC0, EUPL, LGPL, ISC, WTFPL, X11, zlib/libpng.
Diffstat (limited to 'security/polarssl/buildlink3.mk')
-rw-r--r--security/polarssl/buildlink3.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/polarssl/buildlink3.mk b/security/polarssl/buildlink3.mk
new file mode 100644
index 00000000000..0cc694c641b
--- /dev/null
+++ b/security/polarssl/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2012/12/11 23:29:27 gdt Exp $
+
+BUILDLINK_TREE+= polarssl
+
+.if !defined(POLARSSL_BUILDLINK3_MK)
+POLARSSL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.polarssl+= polarssl>=0.10.0
+BUILDLINK_PKGSRCDIR.polarssl?= ../../security/polarssl
+
+.endif # POLARSSL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -polarssl