forked from Lainports/freebsd-ports
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bio
|
|
PORTVERSION= 1.4.3.0001
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Integrated environment for Bioinformatics written in Ruby
|
|
|
|
LICENSE= GPLv2 RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/bioruby \
|
|
bin/br_biofetch.rb \
|
|
bin/br_bioflat.rb \
|
|
bin/br_biogetseq.rb \
|
|
bin/br_pmfetch.rb
|
|
|
|
.include <bsd.port.mk>
|