summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-07-06 18:05:37 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-07-06 18:05:37 +0000
commitef58737cd3b22501f9eb3c6dcf9602a52e797aee (patch)
tree6ae2144ca93ed8a7425910bee1bf5452af593037
parente2abf5c39718077d7eba1b448502e64f9ae3cb6e (diff)
downloadFreeBSD-ports-ef58737cd3b22501f9eb3c6dcf9602a52e797aee.zip
FreeBSD-ports-ef58737cd3b22501f9eb3c6dcf9602a52e797aee.tar.gz
- Remove blank line between NO_ARCH and USE_RUBY
-rw-r--r--benchmarks/rubygem-benchmark-ips/Makefile1
-rw-r--r--databases/rubygem-redis/Makefile1
-rw-r--r--devel/rubygem-CFPropertyList/Makefile1
-rw-r--r--devel/rubygem-attic/Makefile1
-rw-r--r--devel/rubygem-benelux/Makefile1
-rw-r--r--devel/rubygem-blankslate/Makefile1
-rw-r--r--devel/rubygem-bones/Makefile1
-rw-r--r--devel/rubygem-buftok/Makefile1
-rw-r--r--devel/rubygem-celluloid-io/Makefile1
-rw-r--r--devel/rubygem-colorize/Makefile1
-rw-r--r--devel/rubygem-cucumber-core/Makefile1
-rw-r--r--devel/rubygem-drydock/Makefile1
-rw-r--r--devel/rubygem-gibbler/Makefile1
-rw-r--r--devel/rubygem-inflecto/Makefile1
-rw-r--r--devel/rubygem-jekyll-coffeescript/Makefile1
-rw-r--r--devel/rubygem-lumberjack/Makefile1
-rw-r--r--devel/rubygem-memoizable/Makefile1
-rw-r--r--devel/rubygem-mercenary/Makefile1
-rw-r--r--devel/rubygem-nenv/Makefile1
-rw-r--r--devel/rubygem-notiffany/Makefile1
-rw-r--r--devel/rubygem-open4/Makefile1
-rw-r--r--devel/rubygem-retryable/Makefile1
-rw-r--r--devel/rubygem-storable/Makefile1
-rw-r--r--devel/rubygem-subexec/Makefile1
-rw-r--r--devel/rubygem-sysinfo/Makefile1
-rw-r--r--devel/rubygem-tdiff/Makefile1
-rw-r--r--devel/rubygem-toml/Makefile1
-rw-r--r--dns/rubygem-public_suffix_service/Makefile1
-rw-r--r--emulators/rubygem-fission/Makefile1
-rw-r--r--graphics/rubygem-png/Makefile1
-rw-r--r--misc/rubygem-iesd/Makefile1
-rw-r--r--net-im/rubygem-hipchat/Makefile1
-rw-r--r--net/rubygem-amq-client/Makefile1
-rw-r--r--net/rubygem-amq-protocol/Makefile1
-rw-r--r--net/rubygem-amqp/Makefile1
-rw-r--r--net/rubygem-aws-ses/Makefile1
-rw-r--r--net/rubygem-dropbox-sdk/Makefile1
-rw-r--r--net/rubygem-httpauth/Makefile1
-rw-r--r--net/rubygem-rubytter/Makefile1
-rw-r--r--net/rubygem-simple_oauth/Makefile1
-rw-r--r--net/rubygem-t/Makefile1
-rw-r--r--net/rubygem-twitter/Makefile1
-rw-r--r--net/rubygem-uri-redis/Makefile1
-rw-r--r--sysutils/rubygem-guard-compat/Makefile1
-rw-r--r--sysutils/rubygem-parallel/Makefile1
-rw-r--r--sysutils/rubygem-shellany/Makefile1
-rw-r--r--textproc/rubygem-css_parser/Makefile1
-rw-r--r--textproc/rubygem-multi_xml/Makefile1
-rw-r--r--textproc/rubygem-parslet/Makefile1
-rw-r--r--textproc/rubygem-yard/Makefile1
-rw-r--r--www/rubygem-em-websocket/Makefile1
-rw-r--r--www/rubygem-faraday/Makefile1
-rw-r--r--www/rubygem-gollum-grit_adapter/Makefile1
-rw-r--r--www/rubygem-http-form_data/Makefile1
-rw-r--r--www/rubygem-http/Makefile1
-rw-r--r--www/rubygem-multipart-post/Makefile1
-rw-r--r--www/rubygem-net-http-digest_auth/Makefile1
-rw-r--r--www/rubygem-net-http-persistent/Makefile1
-rw-r--r--www/rubygem-pagerduty/Makefile1
-rw-r--r--www/rubygem-robots/Makefile1
-rw-r--r--www/rubygem-webrobots/Makefile1
61 files changed, 0 insertions, 61 deletions
diff --git a/benchmarks/rubygem-benchmark-ips/Makefile b/benchmarks/rubygem-benchmark-ips/Makefile
index 395ee3b..ff58253 100644
--- a/benchmarks/rubygem-benchmark-ips/Makefile
+++ b/benchmarks/rubygem-benchmark-ips/Makefile
@@ -12,7 +12,6 @@ COMMENT= Iterations per second enhancement to Benchmark
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/databases/rubygem-redis/Makefile b/databases/rubygem-redis/Makefile
index 035768f..870b7c1 100644
--- a/databases/rubygem-redis/Makefile
+++ b/databases/rubygem-redis/Makefile
@@ -12,7 +12,6 @@ COMMENT= Ruby client library for Redis, the key value storage server
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-CFPropertyList/Makefile b/devel/rubygem-CFPropertyList/Makefile
index b3b7696..4580c48 100644
--- a/devel/rubygem-CFPropertyList/Makefile
+++ b/devel/rubygem-CFPropertyList/Makefile
@@ -12,7 +12,6 @@ COMMENT= Read, write and manipulate both binary and XML property lists
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-attic/Makefile b/devel/rubygem-attic/Makefile
index 424a5ad..7d60fe1 100644
--- a/devel/rubygem-attic/Makefile
+++ b/devel/rubygem-attic/Makefile
@@ -12,7 +12,6 @@ COMMENT= Place to hide private instance variables in your Ruby objects
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-benelux/Makefile b/devel/rubygem-benelux/Makefile
index bf51f8a..1a984de 100644
--- a/devel/rubygem-benelux/Makefile
+++ b/devel/rubygem-benelux/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-attic>=0.5.3:${PORTSDIR}/devel/rubygem-attic \
rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-blankslate/Makefile b/devel/rubygem-blankslate/Makefile
index f4e4817..6dca5ab 100644
--- a/devel/rubygem-blankslate/Makefile
+++ b/devel/rubygem-blankslate/Makefile
@@ -12,7 +12,6 @@ COMMENT= Abstract base class with no predefined methods
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-bones/Makefile b/devel/rubygem-bones/Makefile
index b4b8b21..9db9431 100644
--- a/devel/rubygem-bones/Makefile
+++ b/devel/rubygem-bones/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-little-plugger>=1.1:${PORTSDIR}/devel/rubygem-little-plugge
rubygem-rake>=10.0:${PORTSDIR}/devel/rubygem-rake
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-buftok/Makefile b/devel/rubygem-buftok/Makefile
index b040ff6..bb7c5fe 100644
--- a/devel/rubygem-buftok/Makefile
+++ b/devel/rubygem-buftok/Makefile
@@ -12,7 +12,6 @@ COMMENT= Extracts token delimited entities from arbitrary inputs
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-celluloid-io/Makefile b/devel/rubygem-celluloid-io/Makefile
index f3aa07f..60397b1 100644
--- a/devel/rubygem-celluloid-io/Makefile
+++ b/devel/rubygem-celluloid-io/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \
rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-colorize/Makefile b/devel/rubygem-colorize/Makefile
index e8ffccf..7701dcb 100644
--- a/devel/rubygem-colorize/Makefile
+++ b/devel/rubygem-colorize/Makefile
@@ -12,7 +12,6 @@ COMMENT= Ruby String class extension
LICENSE= GPLv2
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile
index aa2ed27..19c3f8d 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-drydock/Makefile b/devel/rubygem-drydock/Makefile
index b77074a..3298491 100644
--- a/devel/rubygem-drydock/Makefile
+++ b/devel/rubygem-drydock/Makefile
@@ -12,7 +12,6 @@ COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-gibbler/Makefile b/devel/rubygem-gibbler/Makefile
index 44580f8..b207a55 100644
--- a/devel/rubygem-gibbler/Makefile
+++ b/devel/rubygem-gibbler/Makefile
@@ -12,7 +12,6 @@ COMMENT= Git-like hashes for Ruby objects
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-inflecto/Makefile b/devel/rubygem-inflecto/Makefile
index 72708c8..38514b2 100644
--- a/devel/rubygem-inflecto/Makefile
+++ b/devel/rubygem-inflecto/Makefile
@@ -12,7 +12,6 @@ COMMENT= Inflector for strings
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-jekyll-coffeescript/Makefile b/devel/rubygem-jekyll-coffeescript/Makefile
index c2d8962..3496311 100644
--- a/devel/rubygem-jekyll-coffeescript/Makefile
+++ b/devel/rubygem-jekyll-coffeescript/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-coffee-script>=2.2:${PORTSDIR}/devel/rubygem-coffee-script
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-lumberjack/Makefile b/devel/rubygem-lumberjack/Makefile
index c6abc4a..f5f7173 100644
--- a/devel/rubygem-lumberjack/Makefile
+++ b/devel/rubygem-lumberjack/Makefile
@@ -12,7 +12,6 @@ COMMENT= Simple, powerful, and fast logging utility
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-memoizable/Makefile b/devel/rubygem-memoizable/Makefile
index 94c0594..df1a8e0 100644
--- a/devel/rubygem-memoizable/Makefile
+++ b/devel/rubygem-memoizable/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-mercenary/Makefile b/devel/rubygem-mercenary/Makefile
index 367d395..f86d3d6 100644
--- a/devel/rubygem-mercenary/Makefile
+++ b/devel/rubygem-mercenary/Makefile
@@ -12,7 +12,6 @@ COMMENT= Lightweight and flexible library for writing command-line apps in Ruby
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-nenv/Makefile b/devel/rubygem-nenv/Makefile
index 93d5114..2d0a46b 100644
--- a/devel/rubygem-nenv/Makefile
+++ b/devel/rubygem-nenv/Makefile
@@ -12,7 +12,6 @@ COMMENT= Convenient wrapper for ENV
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-notiffany/Makefile b/devel/rubygem-notiffany/Makefile
index da9ade1..a095be7 100644
--- a/devel/rubygem-notiffany/Makefile
+++ b/devel/rubygem-notiffany/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDIR}/devel/rubygem-nenv \
rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-open4/Makefile b/devel/rubygem-open4/Makefile
index 8a0d1c5..37330df 100644
--- a/devel/rubygem-open4/Makefile
+++ b/devel/rubygem-open4/Makefile
@@ -13,7 +13,6 @@ LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-retryable/Makefile b/devel/rubygem-retryable/Makefile
index 7874706..a5090dc 100644
--- a/devel/rubygem-retryable/Makefile
+++ b/devel/rubygem-retryable/Makefile
@@ -12,7 +12,6 @@ COMMENT= Allow for retrying of code blocks
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-storable/Makefile b/devel/rubygem-storable/Makefile
index 4771f1c..1b360a3 100644
--- a/devel/rubygem-storable/Makefile
+++ b/devel/rubygem-storable/Makefile
@@ -12,7 +12,6 @@ COMMENT= Marshal Ruby classes into and out of multiple formats
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-subexec/Makefile b/devel/rubygem-subexec/Makefile
index 2cc85ea..c263c83 100644
--- a/devel/rubygem-subexec/Makefile
+++ b/devel/rubygem-subexec/Makefile
@@ -12,7 +12,6 @@ COMMENT= Subexec spawns a subprocess with an optional timeout
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-sysinfo/Makefile b/devel/rubygem-sysinfo/Makefile
index 231653d..5d55ce9 100644
--- a/devel/rubygem-sysinfo/Makefile
+++ b/devel/rubygem-sysinfo/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSDIR}/devel/rubygem-drydock \
rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-tdiff/Makefile b/devel/rubygem-tdiff/Makefile
index 33faffa..d3591ae 100644
--- a/devel/rubygem-tdiff/Makefile
+++ b/devel/rubygem-tdiff/Makefile
@@ -12,7 +12,6 @@ COMMENT= Calculates the differences between two tree-like structures
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/devel/rubygem-toml/Makefile b/devel/rubygem-toml/Makefile
index 56c1804..3e0133d 100644
--- a/devel/rubygem-toml/Makefile
+++ b/devel/rubygem-toml/Makefile
@@ -15,7 +15,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile
index 8989db9..4c6cfe4 100644
--- a/dns/rubygem-public_suffix_service/Makefile
+++ b/dns/rubygem-public_suffix_service/Makefile
@@ -12,7 +12,6 @@ COMMENT= Parse and decompose domain names into TLD, domain, and subdomains
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/emulators/rubygem-fission/Makefile b/emulators/rubygem-fission/Makefile
index 2885c2e..32cb695 100644
--- a/emulators/rubygem-fission/Makefile
+++ b/emulators/rubygem-fission/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile
index e8c6467..d8388d0 100644
--- a/graphics/rubygem-png/Makefile
+++ b/graphics/rubygem-png/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-rubyinline>=3.9:${PORTSDIR}/devel/rubygem-rubyinline
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/misc/rubygem-iesd/Makefile b/misc/rubygem-iesd/Makefile
index dadfa6d..8f45500 100644
--- a/misc/rubygem-iesd/Makefile
+++ b/misc/rubygem-iesd/Makefile
@@ -12,7 +12,6 @@ COMMENT= Modify Extensions, Kextcache and Packages on InstallESD
LICENSE= BSD2CLAUSE
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net-im/rubygem-hipchat/Makefile b/net-im/rubygem-hipchat/Makefile
index 43b4fee..9a84188 100644
--- a/net-im/rubygem-hipchat/Makefile
+++ b/net-im/rubygem-hipchat/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty \
rubygem-mimemagic>=0:${PORTSDIR}/misc/rubygem-mimemagic
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-amq-client/Makefile b/net/rubygem-amq-client/Makefile
index e05f8f8..998808e 100644
--- a/net/rubygem-amq-client/Makefile
+++ b/net/rubygem-amq-client/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile
index f9a805d..2545423 100644
--- a/net/rubygem-amq-protocol/Makefile
+++ b/net/rubygem-amq-protocol/Makefile
@@ -12,7 +12,6 @@ COMMENT= AMQP serialization library for Ruby
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-amqp/Makefile b/net/rubygem-amqp/Makefile
index ad1cfa9..ae13016e 100644
--- a/net/rubygem-amqp/Makefile
+++ b/net/rubygem-amqp/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-amq-protocol>=1.9.2:${PORTSDIR}/net/rubygem-amq-protocol \
rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-aws-ses/Makefile b/net/rubygem-aws-ses/Makefile
index 9f3eff6..6daef0c 100644
--- a/net/rubygem-aws-ses/Makefile
+++ b/net/rubygem-aws-ses/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-dropbox-sdk/Makefile b/net/rubygem-dropbox-sdk/Makefile
index dfebb4a..43b1714 100644
--- a/net/rubygem-dropbox-sdk/Makefile
+++ b/net/rubygem-dropbox-sdk/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-httpauth/Makefile b/net/rubygem-httpauth/Makefile
index bf23faf..0cb40e2 100644
--- a/net/rubygem-httpauth/Makefile
+++ b/net/rubygem-httpauth/Makefile
@@ -12,7 +12,6 @@ COMMENT= Library for HTTP authentication protocol in RFC 2617
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-rubytter/Makefile b/net/rubygem-rubytter/Makefile
index 4ba92db..aa1c232 100644
--- a/net/rubygem-rubytter/Makefile
+++ b/net/rubygem-rubytter/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-simple_oauth/Makefile b/net/rubygem-simple_oauth/Makefile
index 190067f..04aca0e 100644
--- a/net/rubygem-simple_oauth/Makefile
+++ b/net/rubygem-simple_oauth/Makefile
@@ -12,7 +12,6 @@ COMMENT= Builds and verifies OAuth headers
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-t/Makefile b/net/rubygem-t/Makefile
index 09e164b..878263e 100644
--- a/net/rubygem-t/Makefile
+++ b/net/rubygem-t/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-geokit>=1.8.3:${PORTSDIR}/graphics/rubygem-geokit \
rubygem-twitter>=5.13:${PORTSDIR}/net/rubygem-twitter
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-twitter/Makefile b/net/rubygem-twitter/Makefile
index 7914936..7025963 100644
--- a/net/rubygem-twitter/Makefile
+++ b/net/rubygem-twitter/Makefile
@@ -23,7 +23,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
rubygem-simple_oauth>=0.3.0:${PORTSDIR}/net/rubygem-simple_oauth
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/net/rubygem-uri-redis/Makefile b/net/rubygem-uri-redis/Makefile
index fe407cd..34fd9c5 100644
--- a/net/rubygem-uri-redis/Makefile
+++ b/net/rubygem-uri-redis/Makefile
@@ -12,7 +12,6 @@ COMMENT= Support for parsing redis://host:port/dbindex/keyname
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile
index c4dd65b..e307e56 100644
--- a/sysutils/rubygem-guard-compat/Makefile
+++ b/sysutils/rubygem-guard-compat/Makefile
@@ -12,7 +12,6 @@ COMMENT= Helps creating valid Guard plugins and testing them
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/sysutils/rubygem-parallel/Makefile b/sysutils/rubygem-parallel/Makefile
index eb93986..e461ff1 100644
--- a/sysutils/rubygem-parallel/Makefile
+++ b/sysutils/rubygem-parallel/Makefile
@@ -12,7 +12,6 @@ COMMENT= Run any kind of code in parallel processes
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/sysutils/rubygem-shellany/Makefile b/sysutils/rubygem-shellany/Makefile
index 5181489..33dacd2 100644
--- a/sysutils/rubygem-shellany/Makefile
+++ b/sysutils/rubygem-shellany/Makefile
@@ -12,7 +12,6 @@ COMMENT= MRI+JRuby compatible command output capturing
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/textproc/rubygem-css_parser/Makefile b/textproc/rubygem-css_parser/Makefile
index aab4e80..ca7da07 100644
--- a/textproc/rubygem-css_parser/Makefile
+++ b/textproc/rubygem-css_parser/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/textproc/rubygem-multi_xml/Makefile b/textproc/rubygem-multi_xml/Makefile
index 14a7bbb..75b29e6 100644
--- a/textproc/rubygem-multi_xml/Makefile
+++ b/textproc/rubygem-multi_xml/Makefile
@@ -15,7 +15,6 @@ OPTIONS_DEFINE= NOKOGIRI
NOKOGIRI_DESC= Nokogiri is a HTML, XML, SAX, and Reader parser
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/textproc/rubygem-parslet/Makefile b/textproc/rubygem-parslet/Makefile
index ee63d7f..0747b59 100644
--- a/textproc/rubygem-parslet/Makefile
+++ b/textproc/rubygem-parslet/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-blankslate>=2:${PORTSDIR}/devel/rubygem-blankslate
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile
index 14e2390..32a130b 100644
--- a/textproc/rubygem-yard/Makefile
+++ b/textproc/rubygem-yard/Makefile
@@ -12,7 +12,6 @@ COMMENT= Documentation generation tool for Ruby
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-em-websocket/Makefile b/www/rubygem-em-websocket/Makefile
index 04f6e78..6871648 100644
--- a/www/rubygem-em-websocket/Makefile
+++ b/www/rubygem-em-websocket/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-eventmachine>=0.12.9:${PORTSDIR}/devel/rubygem-eventmachine
rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile
index 1eb8192..2f7fe6d 100644
--- a/www/rubygem-faraday/Makefile
+++ b/www/rubygem-faraday/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-gollum-grit_adapter/Makefile b/www/rubygem-gollum-grit_adapter/Makefile
index 5bb68b0..720dc86 100644
--- a/www/rubygem-gollum-grit_adapter/Makefile
+++ b/www/rubygem-gollum-grit_adapter/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:${PORTSDIR}/textproc/rubygem-gitlab-grit
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-http-form_data/Makefile b/www/rubygem-http-form_data/Makefile
index 80ee91a..74360b9 100644
--- a/www/rubygem-http-form_data/Makefile
+++ b/www/rubygem-http-form_data/Makefile
@@ -12,7 +12,6 @@ COMMENT= Build form data request bodies
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-http/Makefile b/www/rubygem-http/Makefile
index 94f72d1..645cde8 100644
--- a/www/rubygem-http/Makefile
+++ b/www/rubygem-http/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-multipart-post/Makefile b/www/rubygem-multipart-post/Makefile
index 6ffc3d1..51365c3 100644
--- a/www/rubygem-multipart-post/Makefile
+++ b/www/rubygem-multipart-post/Makefile
@@ -12,7 +12,6 @@ COMMENT= Ruby Library that Use with Net::HTTP to do multipart form posts
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-net-http-digest_auth/Makefile b/www/rubygem-net-http-digest_auth/Makefile
index 9171060..53b5084 100644
--- a/www/rubygem-net-http-digest_auth/Makefile
+++ b/www/rubygem-net-http-digest_auth/Makefile
@@ -12,7 +12,6 @@ COMMENT= Implementation of RFC 2617 - Digest Access Authentication
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-net-http-persistent/Makefile b/www/rubygem-net-http-persistent/Makefile
index 3998711..bd73fce 100644
--- a/www/rubygem-net-http-persistent/Makefile
+++ b/www/rubygem-net-http-persistent/Makefile
@@ -12,7 +12,6 @@ COMMENT= Manages persistent connections using Net::HTTP
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-pagerduty/Makefile b/www/rubygem-pagerduty/Makefile
index 6971979..04f2139 100644
--- a/www/rubygem-pagerduty/Makefile
+++ b/www/rubygem-pagerduty/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-robots/Makefile b/www/rubygem-robots/Makefile
index ec85bc2..6f68675 100644
--- a/www/rubygem-robots/Makefile
+++ b/www/rubygem-robots/Makefile
@@ -13,7 +13,6 @@ COMMENT= Simple library to parse robots.txt files
LICENSE= MIT
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/www/rubygem-webrobots/Makefile b/www/rubygem-webrobots/Makefile
index bf8d776..ce28cfc 100644
--- a/www/rubygem-webrobots/Makefile
+++ b/www/rubygem-webrobots/Makefile
@@ -12,7 +12,6 @@ COMMENT= Write robots.txt compliant web robots in Ruby
LICENSE= BSD2CLAUSE
NO_ARCH= yes
-
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
OpenPOWER on IntegriCloud