8f3a51419c
[RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@
29 lines
618 B
Makefile
29 lines
618 B
Makefile
# New ports collection makefile for: rubygem-bioruby
|
|
# Date created: 20 June, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bioruby
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG \
|
|
http://rubyforge.org/frs/download.php/68266/
|
|
DISTNAME= bio-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Integrated environment for Bioinformatics written in Ruby
|
|
|
|
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>
|