diff --git a/devel/Makefile b/devel/Makefile index cfd4a0e9c60e..86e0bb3f381f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-bioruby/Makefile b/devel/rubygem-bio/Makefile similarity index 85% rename from devel/rubygem-bioruby/Makefile rename to devel/rubygem-bio/Makefile index 0146796a8009..682603d500f8 100644 --- a/devel/rubygem-bioruby/Makefile +++ b/devel/rubygem-bio/Makefile @@ -1,24 +1,25 @@ # Created by: Wen Heping # $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 diff --git a/devel/rubygem-bioruby/distinfo b/devel/rubygem-bio/distinfo similarity index 100% rename from devel/rubygem-bioruby/distinfo rename to devel/rubygem-bio/distinfo diff --git a/devel/rubygem-bioruby/pkg-descr b/devel/rubygem-bio/pkg-descr similarity index 100% rename from devel/rubygem-bioruby/pkg-descr rename to devel/rubygem-bio/pkg-descr