aboutsummaryrefslogtreecommitdiffstats
path: root/science/hs-bio/Makefile
blob: 15eceb1f37ac420aa384b653fe7fcffeaeb28a76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=   bio
PORTVERSION=    0.5.2
PORTREVISION=   2
CATEGORIES= science haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    A bioinformatics library

LICENSE=    LGPL21

CABAL_SETUP=    Setup.hs

USE_CABAL=  mtl parallel parsec QuickCheck>=2 tagsoup>=0.8

EXECUTABLE= fastout flowclip flx frecover frename orf rselect-pe

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>