mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Add NO_ARCH - Use BROKEN_RUBY22 - While I'm here, use single space after WWW: Approved by: portmgr (blanket) With hat: ruby
This commit is contained in:
parent
9e86b2eada
commit
c9368d48f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395991
2 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BioRuby project aims to implement integrated environment for
|
||||
Bioinformatics by using Ruby.
|
||||
|
||||
WWW: http://bioruby.org/
|
||||
WWW: http://bioruby.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue