aboutsummaryrefslogtreecommitdiffstats
path: root/science/hs-bio/Makefile
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-05-26 05:44:12 +0800
committertcberner <tcberner@FreeBSD.org>2018-05-26 05:44:12 +0800
commit266909a81ee9b32a24cbc0c796151df9dbecd31b (patch)
tree86e71c0056b8414191c8b421101694a177fec03e /science/hs-bio/Makefile
parentaf77a773663952af545150a39ecb4d87a6d4b365 (diff)
downloadfreebsd-ports-graphics-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.gz
freebsd-ports-graphics-266909a81ee9b32a24cbc0c796151df9dbecd31b.tar.zst
freebsd-ports-graphics-266909a81ee9b32a24cbc0c796151df9dbecd31b.zip
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
Diffstat (limited to 'science/hs-bio/Makefile')
-rw-r--r--science/hs-bio/Makefile19
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>