diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:15:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:15:18 +0000 |
commit | 21dc73b053b91772fce4971536604cc8cfba8127 (patch) | |
tree | dd07aaafa74e3ed66772873a39fbd007c46af65c /textproc/rubygem-nokogiri | |
parent | 695bd611e53ce56b74145e77a564097d4789ecf7 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-nokogiri')
-rw-r--r-- | textproc/rubygem-nokogiri/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/rubygem-nokogiri/Makefile b/textproc/rubygem-nokogiri/Makefile index b5e491ddd795..d48f3ab7ab3c 100644 --- a/textproc/rubygem-nokogiri/Makefile +++ b/textproc/rubygem-nokogiri/Makefile @@ -7,7 +7,9 @@ CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= An HTML, XML, SAX, and Reader parser +COMMENT= HTML, XML, SAX, and Reader parser + +LICENSE= MIT GEM_ENV= LC_CTYPE=UTF-8 NOKOGIRI_USE_SYSTEM_LIBRARIES=true @@ -17,6 +19,7 @@ USE_RUBY= yes USE_RUBY_FEATURES= iconv USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/nokogiri .include <bsd.port.mk> |