most recent changes, diff for caml-pcre
Index: devel/caml-pcre/Portfile
--- devel/caml-pcre/Portfile (revision 38746)
+++ devel/caml-pcre/Portfile (revision 38747)
@@ -6,7 +6,7 @@
version 5.15.0
revision 2
categories devel ml
-maintainers eridius@macports.org
+maintainers landonf openmaintainer
description Perl compatibility regular expressions for OCaml
long_description This OCaml-library interfaces the PCRE (Perl-compatibility regular \
expressions) library which is written in C. it can be used for matching \
@@ -64,11 +64,11 @@
}
}
-variant doc {
+variant doc description "Include documentation (requires TeX and Ghostscript)" {
build.target-append doc
depends_lib-append port:ghostscript bin:tex:texlive
}
-variant examples {
+variant examples description "Build examples" {
build.target-append examples
}