diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:43:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:43:16 +0000 |
commit | 67ab48b6e284522d9411dfa75270878c709301e0 (patch) | |
tree | 139be8a044b9c26344b4b02447dc517376b15dd6 /textproc/hs-regex-posix | |
parent | 65cef20ffd56aeff8808186c15deceebfcb589ff (diff) | |
download | ports-67ab48b6e284522d9411dfa75270878c709301e0.tar.gz ports-67ab48b6e284522d9411dfa75270878c709301e0.zip |
Notes
Diffstat (limited to 'textproc/hs-regex-posix')
-rw-r--r-- | textproc/hs-regex-posix/Makefile | 21 | ||||
-rw-r--r-- | textproc/hs-regex-posix/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-regex-posix/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile new file mode 100644 index 000000000000..83c060e8e219 --- /dev/null +++ b/textproc/hs-regex-posix/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-regex-posix +# Date created: 2010-08-10 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= regex-posix +PORTVERSION= 0.94.4 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= The posix regex backend for regex-base + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= regex-base>=0.93 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-regex-posix/distinfo b/textproc/hs-regex-posix/distinfo new file mode 100644 index 000000000000..999f7fad3566 --- /dev/null +++ b/textproc/hs-regex-posix/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/regex-posix-0.94.4.tar.gz) = bc51932fbe836c16c34b513b59cb80003e4de7bdb9ba3345b5eaa5bfb5cf71fa +SIZE (cabal/regex-posix-0.94.4.tar.gz) = 42195 diff --git a/textproc/hs-regex-posix/pkg-descr b/textproc/hs-regex-posix/pkg-descr new file mode 100644 index 000000000000..65d42af19f1c --- /dev/null +++ b/textproc/hs-regex-posix/pkg-descr @@ -0,0 +1,3 @@ +The posix regex backend for regex-base. + +WWW: http://sourceforge.net/projects/lazy-regex |