- 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>
26 lines
567 B
Makefile
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>
|