freebsd-ports/science/hs-bio/Makefile

26 lines
561 B
Makefile
Raw Normal View History

# 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.5.2
PORTREVISION= 1
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>