pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nlohmann-json: added buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Sep 18 13:22:42 2019 +0200
Changeset:	31c7c8b91d4011841255f0cf18eeaa065f973751

Added Files:
	nlohmann-json/buildlink3.mk

Log Message:
nlohmann-json: added buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31c7c8b91d4011841255f0cf18eeaa065f973751

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nlohmann-json/buildlink3.mk | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/nlohmann-json/buildlink3.mk b/nlohmann-json/buildlink3.mk
new file mode 100644
index 0000000000..8908a15503
--- /dev/null
+++ b/nlohmann-json/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	nlohmann-json
+
+.if !defined(NLOHMANN_JSON_BUILDLINK3_MK)
+NLOHMANN_JSON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.nlohmann-json+=	nlohmann-json>=3.7.0
+BUILDLINK_DEPMETHOD.nlohmann-json?=	build
+BUILDLINK_PKGSRCDIR.nlohmann-json?=	../../wip/nlohmann-json
+.endif	# NLOHMANN_JSON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-nlohmann-json


Home | Main Index | Thread Index | Old Index