diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:42:53 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:42:53 +0000 |
commit | 65cef20ffd56aeff8808186c15deceebfcb589ff (patch) | |
tree | b68a3c59c4221c6d8c39af8b21a818c079894a47 /textproc/hs-regex-pcre-builtin | |
parent | 6f289fc9368b0455edc592a97b0d7ad247a3dbd6 (diff) | |
download | ports-65cef20ffd56aeff8808186c15deceebfcb589ff.tar.gz ports-65cef20ffd56aeff8808186c15deceebfcb589ff.zip |
Notes
Diffstat (limited to 'textproc/hs-regex-pcre-builtin')
-rw-r--r-- | textproc/hs-regex-pcre-builtin/Makefile | 21 | ||||
-rw-r--r-- | textproc/hs-regex-pcre-builtin/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-regex-pcre-builtin/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-regex-pcre-builtin/Makefile b/textproc/hs-regex-pcre-builtin/Makefile new file mode 100644 index 000000000000..1fda24100aa7 --- /dev/null +++ b/textproc/hs-regex-pcre-builtin/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-regex-pcre-builtin +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= regex-pcre-builtin +PORTVERSION= 0.94.2.1.7.7 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Replaces/Enhances Text.Regex + +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-pcre-builtin/distinfo b/textproc/hs-regex-pcre-builtin/distinfo new file mode 100644 index 000000000000..8c905be73268 --- /dev/null +++ b/textproc/hs-regex-pcre-builtin/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/regex-pcre-builtin-0.94.2.1.7.7.tar.gz) = 1ac5ae23a47d7a595f023e37c4acf9403b1e8db3525c8679bfcb8546a3eb9fb0 +SIZE (cabal/regex-pcre-builtin-0.94.2.1.7.7.tar.gz) = 223037 diff --git a/textproc/hs-regex-pcre-builtin/pkg-descr b/textproc/hs-regex-pcre-builtin/pkg-descr new file mode 100644 index 000000000000..992288feddec --- /dev/null +++ b/textproc/hs-regex-pcre-builtin/pkg-descr @@ -0,0 +1,3 @@ +The PCRE backend to accompany regex-base, see <http://www.pcre.org>. + +WWW: http://sourceforge.net/projects/lazy-regex |