pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
go-gorilla-securecookie: add buildlink3.mk
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Jan 10 15:35:49 2021 +0100
Changeset: 688b1e5e04d4d24449cde9c70552a23028bce3a0
Added Files:
go-gorilla-securecookie/buildlink3.mk
Log Message:
go-gorilla-securecookie: add buildlink3.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=688b1e5e04d4d24449cde9c70552a23028bce3a0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-gorilla-securecookie/buildlink3.mk | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diffs:
diff --git a/go-gorilla-securecookie/buildlink3.mk b/go-gorilla-securecookie/buildlink3.mk
new file mode 100644
index 0000000000..9d253c53e1
--- /dev/null
+++ b/go-gorilla-securecookie/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-securecookie
+
+.if !defined(GO_SECURECOOKIE_BUILDLINK3_MK)
+GO_SECURECOOKIE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-securecookie= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-securecookie?= build
+
+BUILDLINK_API_DEPENDS.go-securecookie+= go-securecookie>=1.1.1
+BUILDLINK_PKGSRCDIR.go-securecookie?= ../../wip/go-gorilla-securecookie
+.endif # GO_SECURECOOKIE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-securecookie
Home |
Main Index |
Thread Index |
Old Index