summaryrefslogtreecommitdiff
path: root/textproc/hs-HaXml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r--textproc/hs-HaXml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile
index 94eea0998ee9..b7e4a40ec536 100644
--- a/textproc/hs-HaXml/Makefile
+++ b/textproc/hs-HaXml/Makefile
@@ -10,10 +10,11 @@ PORTREVISION= 0
CATEGORIES= textproc haskell
MASTER_SITES= http://www.haskell.org/HaXml/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
-DISTNAME= HaXml-${PORTVERSION}
PKGNAMEPREFIX= hs-
+DISTNAME= HaXml-${PORTVERSION}
MAINTAINER= obraun@FreeBSD.org
+COMMENT= A collection of utilities for using Haskell and XML together
.if !defined(WITHOUT_NHC98)
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98