aboutsummaryrefslogtreecommitdiff
path: root/science/hs-bio/Makefile
blob: 3990bd79a6ab0dda752c6efbaf1efe758336518f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for: hs-bio
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	bio
PORTVERSION=	0.4.6
CATEGORIES=	science haskell

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

CABAL_SETUP=	Setup.hs
USE_HACKAGE=	binary tagsoup>=0.4

PORTDATA=	*

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