diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:13:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:13:38 +0000 |
commit | f7730e01804ab2fe6211b3d788fcb0695b6e4fbe (patch) | |
tree | e973765e95720178052a099d66b8d6ee7078e076 | |
parent | 1596d5dcf05c196d3a03e694daa611755f0b3c94 (diff) | |
download | freebsd-ports-f7730e01804ab2fe6211b3d788fcb0695b6e4fbe.zip |
- Add LICENSE_FILE
-rw-r--r-- | devel/rubygem-authlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rubygem-authlogic/Makefile b/devel/rubygem-authlogic/Makefile index 67b57db3220c..9d1db4a17929 100644 --- a/devel/rubygem-authlogic/Makefile +++ b/devel/rubygem-authlogic/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Clean, simple, and unobtrusive Ruby authentication solution LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-activerecord>=3.2:${PORTSDIR}/databases/rubygem-activerecord \ |