Changeset View
Changeset View
Standalone View
Standalone View
biology/ruby-bio/Makefile
| Show All 10 Lines | |||||
| MAINTAINER= mauricio@arareko.net | MAINTAINER= mauricio@arareko.net | ||||
| COMMENT= Integrated environment for Bioinformatics written in Ruby | COMMENT= Integrated environment for Bioinformatics written in Ruby | ||||
| 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 | ||||
| OPTIONSFILE= ${PORT_DBDIR}/ruby-${PORTNAME}/options | |||||
| USES= shebangfix | USES= shebangfix | ||||
| USE_RUBY= yes | USE_RUBY= yes | ||||
| USE_RUBY_SETUP= yes | USE_RUBY_SETUP= yes | ||||
| SHEBANG_FILES= sample/biofetch.rb | SHEBANG_FILES= sample/biofetch.rb | ||||
| ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby | ruby_OLD_CMD= /usr/proj/bioruby/bin/ruby | ||||
| XML_PARSER_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser | XML_PARSER_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser | ||||
| BDB4_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb | BDB4_RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb | ||||
| Show All 27 Lines | |||||