aboutsummaryrefslogtreecommitdiffstats
path: root/science/hs-bio/Makefile
blob: 09b6caf80e80af0b4d741193b69a77b493c5856d (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=   3
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>