diff options
Diffstat (limited to 'science/hs-bio/Makefile')
-rw-r--r-- | science/hs-bio/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/science/hs-bio/Makefile b/science/hs-bio/Makefile deleted file mode 100644 index 0d7408275c9..00000000000 --- a/science/hs-bio/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= bio -PORTVERSION= 0.5.3 -PORTREVISION= 4 -CATEGORIES= science haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bioinformatics library - -LICENSE= LGPL21 - -USE_CABAL= mtl old-time parallel parsec QuickCheck>=2 random tagsoup>=0.8 - -EXECUTABLE= fastout flowclip flx frecover frename orf rselect-pe - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |