diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:15:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:15:56 +0000 |
commit | 81df9ba30205d91891b8a4b9f45321ab4a28e169 (patch) | |
tree | d6302b0e115f472855fd66078235b7deea7e4ff2 | |
parent | f5386d16f178cddf3eaa630153d2c7ba1507f760 (diff) | |
download | freebsd-ports-81df9ba30205d91891b8a4b9f45321ab4a28e169.zip |
- Add LICENSE_FILE
-rw-r--r-- | textproc/rubygem-loofah/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/rubygem-loofah/Makefile b/textproc/rubygem-loofah/Makefile index 7e252a31fd46..fb3c504bccc4 100644 --- a/textproc/rubygem-loofah/Makefile +++ b/textproc/rubygem-loofah/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for manipulating HTML/XML documents and fragments LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt RUN_DEPENDS= rubygem-nokogiri>=1.5.9:${PORTSDIR}/textproc/rubygem-nokogiri |