diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:16:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-20 09:16:00 +0000 |
commit | ba45b16b2b3030967b47a2e467ee7746479e9d53 (patch) | |
tree | 1dbc43a34b37264db739e6580f5c284ae6026439 | |
parent | 81df9ba30205d91891b8a4b9f45321ab4a28e169 (diff) | |
download | freebsd-ports-ba45b16b2b3030967b47a2e467ee7746479e9d53.zip |
- Add LICENSE_FILE
- Add NO_ARCH
-rw-r--r-- | textproc/rubygem-nokogiri-diff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/rubygem-nokogiri-diff/Makefile b/textproc/rubygem-nokogiri-diff/Makefile index 2b7266d4ff2f..f9ec8dd4dea2 100644 --- a/textproc/rubygem-nokogiri-diff/Makefile +++ b/textproc/rubygem-nokogiri-diff/Makefile @@ -10,10 +10,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate the differences between two XML/HTML documents LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-nokogiri>=1.5:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-tdiff>=0.3.2:${PORTSDIR}/devel/rubygem-tdiff +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |