247cc9d9d1
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
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
%%SUBDIR%%/HSpcre-light-%%PORTVERSION%%.o
|
|
%%SUBDIR%%/Text/Regex/PCRE/Light.hi
|
|
%%SUBDIR%%/Text/Regex/PCRE/Light/Base.hi
|
|
%%SUBDIR%%/Text/Regex/PCRE/Light/Char8.hi
|
|
%%SUBDIR%%/libHSpcre-light-%%PORTVERSION%%.a
|
|
%%SUBDIR%%/%%PORTNAME%%-register.sh
|
|
%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/%%PORTNAME%%.haddock
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/doc-index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/haddock-util.js
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/haddock.css
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/haskell_icon.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/minus.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/plus.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/Text-Regex-PCRE-Light-Base.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/Text-Regex-PCRE-Light-Char8.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/html/Text-Regex-PCRE-Light.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
|
@dirrm %%DOCSDIR%%
|
|
@dirrmtry %%SUBDIR%%/Text/Regex/PCRE/Light
|
|
@dirrmtry %%SUBDIR%%/Text/Regex/PCRE
|
|
@dirrmtry %%SUBDIR%%/Text/Regex
|
|
@dirrmtry %%SUBDIR%%/Text
|
|
@exec sh %D/%%SUBDIR%%/%%PORTNAME%%-register.sh
|
|
@exec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
|
@unexec ghc-pkg unregister %%PORTNAME%%
|
|
@unexec rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|