From c9368d48f9f140c75da69ee9b83cf459c5e6314f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:23:37 +0000 Subject: [PATCH] - Add LICENSE - Add NO_ARCH - Use BROKEN_RUBY22 - While I'm here, use single space after WWW: Approved by: portmgr (blanket) With hat: ruby --- biology/ruby-bio/Makefile | 14 +++++++------- biology/ruby-bio/pkg-descr | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile index 8a9cb18e58b4..ae9dc9b38174 100644 --- a/biology/ruby-bio/Makefile +++ b/biology/ruby-bio/Makefile @@ -12,10 +12,16 @@ DIST_SUBDIR= ruby MAINTAINER= mauricio@arareko.net COMMENT= Integrated environment for Bioinformatics written in Ruby +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + +BROKEN_RUBY22= yes + OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS XMLPARSER_DESC= xmlparser support for faster Blast processing BDB4_DESC= bdb4 support for faster flat file indexing +NO_ARCH= yes USES= shebangfix USE_RUBY= yes USE_RUBY_SETUP= yes @@ -44,10 +50,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${STAGEDIR}${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ -.include - -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include +.include diff --git a/biology/ruby-bio/pkg-descr b/biology/ruby-bio/pkg-descr index d13335b9146f..29a2d7d8ebc8 100644 --- a/biology/ruby-bio/pkg-descr +++ b/biology/ruby-bio/pkg-descr @@ -1,4 +1,4 @@ BioRuby project aims to implement integrated environment for Bioinformatics by using Ruby. -WWW: http://bioruby.org/ +WWW: http://bioruby.org/