aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-nokogiri/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:15:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-26 18:15:18 +0000
commit21dc73b053b91772fce4971536604cc8cfba8127 (patch)
treedd07aaafa74e3ed66772873a39fbd007c46af65c /textproc/rubygem-nokogiri/Makefile
parent695bd611e53ce56b74145e77a564097d4789ecf7 (diff)
downloadports-21dc73b053b91772fce4971536604cc8cfba8127.tar.gz
ports-21dc73b053b91772fce4971536604cc8cfba8127.zip
- Add LICENSE
- Remove leading indefinite article from COMMENT
Notes
Notes: svn path=/head/; revision=352348
Diffstat (limited to 'textproc/rubygem-nokogiri/Makefile')
-rw-r--r--textproc/rubygem-nokogiri/Makefile5
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>