pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add buildlink file for go-dotenv.
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Tue Oct 2 20:12:59 2018 +0000
Changeset: 93b3c06f35a85f40959fd4db0df5c50bb724cd41
Added Files:
go-dotenv/buildlink3.mk
Log Message:
Add buildlink file for go-dotenv.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=93b3c06f35a85f40959fd4db0df5c50bb724cd41
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-dotenv/buildlink3.mk | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diffs:
diff --git a/go-dotenv/buildlink3.mk b/go-dotenv/buildlink3.mk
new file mode 100644
index 0000000000..1dd5b1cd12
--- /dev/null
+++ b/go-dotenv/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-dotenv
+
+.if !defined(GO_DOTENV_BUILDLINK3_MK)
+GO_DOTENV_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-dotenv= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-dotenv?= build
+
+BUILDLINK_API_DEPENDS.go-dotenv+= go-dotenv>=20180121
+BUILDLINK_PKGSRCDIR.go-dotenv?= ../../wip/go-dotenv
+.endif # GO_DOTENV_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-dotenv
Home |
Main Index |
Thread Index |
Old Index