- Move devel/rubygem-bioruby to devel/rubygem-bio

- Add LICENSE
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-23 07:15:00 +00:00
parent ba4c05a7be
commit 03a2717505
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387110
4 changed files with 9 additions and 8 deletions

View File

@ -4432,7 +4432,7 @@
SUBDIR += rubygem-benelux
SUBDIR += rubygem-bin_utils
SUBDIR += rubygem-bindata
SUBDIR += rubygem-bioruby
SUBDIR += rubygem-bio
SUBDIR += rubygem-blankslate
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones

View File

@ -1,24 +1,25 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= bioruby
PORTNAME= bio
PORTVERSION= 1.4.3.0001
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= bio-${PORTVERSION}
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>