8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
19 lines
439 B
Makefile
19 lines
439 B
Makefile
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bio
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 8
|
|
CATEGORIES= science haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Bioinformatics library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
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>
|