diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-04-23 19:54:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-04-23 19:54:48 +0000 |
commit | 9df47a2740011df5bbbbe7d0d3b7ca2977143466 (patch) | |
tree | 0d35f7a71ca37dd3d218e535986982e009250255 /dns | |
parent | 352cb0599cc4a0ddb2fb3b5646333ed56ea41b4d (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dns_balance/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index 61f0d87da937..1a9bfb832182 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -3,7 +3,7 @@ PORTNAME= dns_balance PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.netlab.cs.tsukuba.ac.jp/~yokota/archive/ \ http://BSDforge.com/projects/source/dns/dns_balance/ @@ -13,13 +13,16 @@ MAINTAINER= portmaster@BSDforge.com COMMENT= Dynamic load-balancing DNS server USE_RUBY= yes +USES= shebangfix USE_RC_SUBR= dns_balance NO_BUILD= yes +BROKEN_RUBY22= yes +BROKEN_RUBY23= yes -RUBY_SHEBANG_FILES= ${WRKSRC}/dns_balance.rb \ - ${WRKSRC}/sample/makedb.rb \ - ${WRKSRC}/sample/make_namespace.rb +SHEBANG_FILES= ${WRKSRC}/dns_balance.rb \ + ${WRKSRC}/sample/makedb.rb \ + ${WRKSRC}/sample/make_namespace.rb ETCS= addrdb.rb \ namespace.rb |