aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-bio/Makefile
blob: 8f777c8287de99bc9228ab8ada44f86a2f9dc002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   bio
PORTVERSION=    1.4.3.0001
PORTREVISION=   1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Integrated environment for Bioinformatics written in Ruby

LICENSE=    GPLv2 RUBY
LICENSE_COMB=   dual

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes
USES=       shebangfix
SHEBANG_FILES=  sample/biofetch.rb
ruby_OLD_CMD=   /usr/proj/bioruby/bin/ruby

PLIST_FILES=    bin/bioruby \
        bin/br_biofetch.rb \
        bin/br_bioflat.rb \
        bin/br_biogetseq.rb \
        bin/br_pmfetch.rb

.include <bsd.port.mk>