mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
MAINTAINER= mauricio@arareko.net
|
||||||
COMMENT= Integrated environment for Bioinformatics written in Ruby
|
COMMENT= Integrated environment for Bioinformatics written in Ruby
|
||||||
|
|
||||||
|
LICENSE= GPLv2 RUBY
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BROKEN_RUBY22= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS
|
OPTIONS_DEFINE= XMLPARSER BDB4 MYSQL PGSQL DOCS
|
||||||
XMLPARSER_DESC= xmlparser support for faster Blast processing
|
XMLPARSER_DESC= xmlparser support for faster Blast processing
|
||||||
BDB4_DESC= bdb4 support for faster flat file indexing
|
BDB4_DESC= bdb4 support for faster flat file indexing
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
USES= shebangfix
|
USES= shebangfix
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBY_SETUP= yes
|
USE_RUBY_SETUP= yes
|
||||||
|
@ -44,10 +50,4 @@ do-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${STAGEDIR}${RUBY_MODDOCDIR}/
|
${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${STAGEDIR}${RUBY_MODDOCDIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
|
${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${RUBY_VER} >= 2.2
|
|
||||||
BROKEN= Does not build
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue