summaryrefslogtreecommitdiff
path: root/devel/addlicense/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/addlicense/Makefile')
-rw-r--r--devel/addlicense/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/addlicense/Makefile b/devel/addlicense/Makefile
new file mode 100644
index 000000000000..62d1e4252c05
--- /dev/null
+++ b/devel/addlicense/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= addlicense
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.0
+CATEGORIES= devel
+
+MAINTAINER= nxjoseph@protonmail.com
+COMMENT= Add license information to source code files
+WWW= https://github.com/google/addlicense \
+ https://pkg.go.dev/github.com/google/addlicense
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/google/addlicense
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>