aboutsummaryrefslogtreecommitdiff
path: root/biology/rubygem-bio-executables/Makefile
blob: 5d95e6f1a2122da4c96ae5bd7f76cb110bf1b19c (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
PORTNAME=	bio-executables
PORTVERSION=	1.0.0
CATEGORIES=	biology rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Collection of miscellaneous utilities for bioinformatics
WWW=		https://github.com/bioruby/bioruby-executables

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-bio>=2.0.0:biology/rubygem-bio \
		rubygem-bio-old-biofetch-emulator>=0.0.1:biology/rubygem-bio-old-biofetch-emulator

USES=		gem

NO_ARCH=	yes

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

.include <bsd.port.mk>