Revision: 38747 http://trac.macosforge.org/projects/macports/changeset/38747 Author: landonf@macports.org Date: 2008-07-29 19:57:06 -0700 (Tue, 29 Jul 2008) Log Message: ----------- Add variant descriptions and assume maintainership, as per discussion w/ maintainer. Modified Paths: -------------- trunk/dports/devel/caml-pcre/Portfile Modified: trunk/dports/devel/caml-pcre/Portfile =================================================================== --- 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 }