aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-MySQL
Commit message (Collapse)AuthorAgeFilesLines
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* This module extends Config::INI to support reading and writingJun Kuriyama2012-03-184-0/+42
MySQL-style configuration files. Although deceptively similar to standard .INI files, they can include bare boolean options with no value assignment and additional features like !include and !includedir. WWW: http://search.cpan.org/dist/Config-MySQL/ Feature safe: yes Notes: svn path=/head/; revision=293522