aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-12-21 11:41:49 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-12-21 11:41:49 +0000
commit247cc9d9d156acbe366fc4822c18dd3944440eb4 (patch)
tree403cef0753c6a7a239bf520ed5eed5d2dda59bff /devel/Makefile
parent8b64760e5e43630019eefa5b760fb5d9ac61bf7d (diff)
downloadports-247cc9d9d156acbe366fc4822c18dd3944440eb4.tar.gz
ports-247cc9d9d156acbe366fc4822c18dd3944440eb4.zip
A small, efficient and portable Haskell regex library for Perl 5
compatible regular expressions. The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. WWW: http://code.haskell.org/~dons/code/pcre-light PR: ports/129683 Submitted by: pgj Approved by: miwi
Notes
Notes: svn path=/head/; revision=224521
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bcc06184c343..db86510b2ef5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -503,6 +503,7 @@
SUBDIR += hs-hmake
SUBDIR += hs-hpl
SUBDIR += hs-idoc
+ SUBDIR += hs-pcre-light-ghc
SUBDIR += hs-utf8-string-ghc
SUBDIR += hs-uuagc
SUBDIR += hs-uulib