aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-regex-base
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:42:11 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:42:11 +0000
commitc3a24b358b2f9b0bd1018f501fd367f6c8e00971 (patch)
tree75ce32495ce44ab14c66432709230da2b5915a68 /textproc/hs-regex-base
parentdceba5ad40be144faffe1f4368b39de77e078c91 (diff)
downloadports-c3a24b358b2f9b0bd1018f501fd367f6c8e00971.tar.gz
ports-c3a24b358b2f9b0bd1018f501fd367f6c8e00971.zip
Notes
Diffstat (limited to 'textproc/hs-regex-base')
-rw-r--r--textproc/hs-regex-base/Makefile21
-rw-r--r--textproc/hs-regex-base/distinfo2
-rw-r--r--textproc/hs-regex-base/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-regex-base/Makefile b/textproc/hs-regex-base/Makefile
new file mode 100644
index 000000000000..496e29e6301e
--- /dev/null
+++ b/textproc/hs-regex-base/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-regex-base
+# Date created: 2010-08-10
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= regex-base
+PORTVERSION= 0.93.2
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Interface API for regex-posix,pcre,parsec,tdfa,dfa
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= mtl
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-regex-base/distinfo b/textproc/hs-regex-base/distinfo
new file mode 100644
index 000000000000..ceb964b610d7
--- /dev/null
+++ b/textproc/hs-regex-base/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278
+SIZE (cabal/regex-base-0.93.2.tar.gz) = 9156
diff --git a/textproc/hs-regex-base/pkg-descr b/textproc/hs-regex-base/pkg-descr
new file mode 100644
index 000000000000..3f18aae62cb5
--- /dev/null
+++ b/textproc/hs-regex-base/pkg-descr
@@ -0,0 +1,3 @@
+Interface API for regex-posix,pcre,parsec,tdfa,dfa.
+
+WWW: http://sourceforge.net/projects/lazy-regex