freebsd-ports/science/hs-bio/Makefile
Ashish SHUKLA aab2ff6deb - Update textproc/hs-tagsoup to 0.12.2.
- Bump PORTREVISION of dependent ports on textproc/hs-tagsoup, i.e.
  devel/h-hoogle, science/hs-bio, and textproc/pandoc.

PR:		ports/157826
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-07-03 22:30:23 +00:00

26 lines
567 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= science haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell bioinformatics library
LICENSE= LGPL21
CABAL_SETUP= Setup.hs
USE_CABAL= binary>=0.4 mtl parallel parsec QuickCheck>=2 tagsoup>=0.8
EXECUTABLE= fastout flx frecover frename
PORTDATA= *
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>