summaryrefslogtreecommitdiff
path: root/devel/hs-drift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-drift/Makefile')
-rw-r--r--devel/hs-drift/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-drift/Makefile b/devel/hs-drift/Makefile
index dead98385c2c..d4adcd2b108f 100644
--- a/devel/hs-drift/Makefile
+++ b/devel/hs-drift/Makefile
@@ -8,10 +8,11 @@ PORTNAME= drift
PORTVERSION= 2.0.r3
CATEGORIES= devel haskell
MASTER_SITES= http://repetae.net/john/computer/haskell/DrIFT/
-DISTNAME= DrIFT-${PORTVERSION:S/.r/rc/}
PKGNAMEPREFIX= hs-
+DISTNAME= DrIFT-${PORTVERSION:S/.r/rc/}
MAINTAINER= obraun@FreeBSD.org
+COMMENT= A type sensitive preprocessor for Haskell
.if !defined(WITH_GHC)
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98