c0f387431a
bio-shell, providing BioRuby Shell, is a command-line interface for BioRuby, an open source bioinformatics library for Ruby. This code has historically been part of the BioRuby gem, but has been split into its own gem as part of an effort to modularize BioRuby. bio-shell and many more plugins are available at biogems.info. WWW: https://github.com/bioruby/bioruby-shell
26 lines
489 B
Makefile
26 lines
489 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bio-shell
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= biology rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command-line interface on BioRuby
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rubygem-bio>=2.0.0:biology/rubygem-bio
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bioruby
|
|
|
|
.include <bsd.port.mk>
|