diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 16:23:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 16:23:37 +0000 |
commit | c9368d48f9f140c75da69ee9b83cf459c5e6314f (patch) | |
tree | aed940277d139135e2a9417026c0b2a80410565a /biology/ruby-bio | |
parent | - Fix MASTER_SITES and unbreak this port (diff) |
- Add LICENSE
- Add NO_ARCH
- Use BROKEN_RUBY22
- While I'm here, use single space after WWW:
Approved by: portmgr (blanket)
With hat: ruby
Notes
Notes:
svn path=/head/; revision=395991
Diffstat (limited to 'biology/ruby-bio')
-rw-r--r-- | biology/ruby-bio/Makefile | 14 | ||||
-rw-r--r-- | 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 <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.2 -BROKEN= Does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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/ |