pkgsrc-WIP-changes archive

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

pystring: add missing buildlink3.mk file



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Sat Apr 23 14:16:12 2022 +0200
Changeset:	a77252074bd7b54042900824a71cedad96b0cf26

Added Files:
	pystring/buildlink3.mk

Log Message:
pystring: add missing buildlink3.mk file

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

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

diffstat:
 pystring/buildlink3.mk | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diffs:
diff --git a/pystring/buildlink3.mk b/pystring/buildlink3.mk
new file mode 100644
index 0000000000..0ce2054842
--- /dev/null
+++ b/pystring/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	pystring
+
+.if !defined(PYSTRING_BUILDLINK3_MK)
+PYSTRING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.pystring+=	pystring>=1.1.3
+BUILDLINK_PKGSRCDIR.pystring?=		../../wip/pystring
+.endif	# PYSTRING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-pystring


Home | Main Index | Thread Index | Old Index