1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/biology/rubygem-bio-shell/Makefile
Sunpoet Po-Chuan Hsieh c0f387431a Add rubygem-bio-shell 1.0.0
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
2020-07-24 07:08:11 +00:00

27 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>