aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-02 16:01:06 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-02 16:01:06 +0000
commit4e3d011569769e6a06e4bccf75fd126154afc154 (patch)
tree4551a3f999116d7a3ec6658a240ad0c15258972f /dns
parentaca133b7e364d3013a212f0029762c685dc50451 (diff)
downloadports-4e3d011569769e6a06e4bccf75fd126154afc154.tar.gz
ports-4e3d011569769e6a06e4bccf75fd126154afc154.zip
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
Notes
Notes: svn path=/head/; revision=391169
Diffstat (limited to 'dns')
-rw-r--r--dns/rubygem-dnsruby/Makefile2
-rw-r--r--dns/rubygem-net-dns/Makefile2
-rw-r--r--dns/rubygem-public_suffix/Makefile2
-rw-r--r--dns/rubygem-public_suffix_service/Makefile2
4 files changed, 8 insertions, 0 deletions
diff --git a/dns/rubygem-dnsruby/Makefile b/dns/rubygem-dnsruby/Makefile
index fa79069b9ba2..0c8c8cc86164 100644
--- a/dns/rubygem-dnsruby/Makefile
+++ b/dns/rubygem-dnsruby/Makefile
@@ -11,6 +11,8 @@ COMMENT= Pure Ruby DNS client library
LICENSE= APACHE20
+NO_ARCH= yes
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/dns/rubygem-net-dns/Makefile b/dns/rubygem-net-dns/Makefile
index cd59a72127c7..b433a9d01eb8 100644
--- a/dns/rubygem-net-dns/Makefile
+++ b/dns/rubygem-net-dns/Makefile
@@ -13,6 +13,8 @@ COMMENT= Pure Ruby DNS library
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
+NO_ARCH= yes
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile
index 728119d5d33a..df907a1eb1bc 100644
--- a/dns/rubygem-public_suffix/Makefile
+++ b/dns/rubygem-public_suffix/Makefile
@@ -11,6 +11,8 @@ COMMENT= Ruby domain name parser based on the Public Suffix List
LICENSE= MIT
+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 d473f436a9b6..8989db99b712 100644
--- a/dns/rubygem-public_suffix_service/Makefile
+++ b/dns/rubygem-public_suffix_service/Makefile
@@ -11,6 +11,8 @@ 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