Modified: trunk/dports/devel/caml-pcre/Portfile (38746 => 38747)
--- trunk/dports/devel/caml-pcre/Portfile 2008-07-30 02:28:55 UTC (rev 38746)
+++ trunk/dports/devel/caml-pcre/Portfile 2008-07-30 02:57:06 UTC (rev 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
}