diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:27:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:27:30 +0800 |
commit | f7c6bf3cf302e6f62f39acf803857e2326598830 (patch) | |
tree | 2fa51462678ba7ef090f524e037fe87abb49fd0b | |
parent | bd78c12c6f5158418686fbb1e413500abcea7c11 (diff) | |
download | freebsd-ports-gnome-f7c6bf3cf302e6f62f39acf803857e2326598830.tar.gz freebsd-ports-gnome-f7c6bf3cf302e6f62f39acf803857e2326598830.tar.zst freebsd-ports-gnome-f7c6bf3cf302e6f62f39acf803857e2326598830.zip |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | www/redmine-http-auth/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/redmine-http-auth/Makefile b/www/redmine-http-auth/Makefile index d0f475905670..cb825b63d05a 100644 --- a/www/redmine-http-auth/Makefile +++ b/www/redmine-http-auth/Makefile @@ -11,6 +11,11 @@ DISTNAME= AdamLantos-redmine_http_auth-${GITREV} MAINTAINER= rea@FreeBSD.org COMMENT= HTTP authentication plugin for Redmine +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes + GITREV= df98baf REDMINE_PLUGIN_NAME= redmine_http_auth |