aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-xhtml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-xhtml/Makefile')
-rw-r--r--textproc/hs-xhtml/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/hs-xhtml/Makefile b/textproc/hs-xhtml/Makefile
new file mode 100644
index 000000000000..815fd542f749
--- /dev/null
+++ b/textproc/hs-xhtml/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-xhtml
+# Date created: September 15, 2010
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xhtml
+PORTVERSION= 3000.2.0.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= An XHTML combinator library
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>