aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hxt-charproperties/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:39:53 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:39:53 +0000
commit7b6bb01d97a843808654e59989403598c9d8a7a2 (patch)
tree8ee33626bae3042c174a76838acb1f03d762c20e /textproc/hs-hxt-charproperties/Makefile
parent4827b73f149c3526e46abfd9580af118d40d86c1 (diff)
downloadports-7b6bb01d97a843808654e59989403598c9d8a7a2.tar.gz
ports-7b6bb01d97a843808654e59989403598c9d8a7a2.zip
Character proprties defined by XML and Unicode standards. These modules contain
predicates for Unicode blocks and char proprties and character predicates defined by XML. Supported Unicode version is 5.2.0. WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=273780
Diffstat (limited to 'textproc/hs-hxt-charproperties/Makefile')
-rw-r--r--textproc/hs-hxt-charproperties/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/hs-hxt-charproperties/Makefile b/textproc/hs-hxt-charproperties/Makefile
new file mode 100644
index 000000000000..5b850c628248
--- /dev/null
+++ b/textproc/hs-hxt-charproperties/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: hs-hxt-charproperties
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= hxt-charproperties
+PORTVERSION= 9.1.0
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Character properties and classes for XML and Unicode
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>