aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Test-mysqld
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326901
* - Upgrade to 0.17.Jun Kuriyama2013-05-212-3/+4
| | | | Notes: svn path=/head/; revision=318685
* - Upgrade to 0.15.Jun Kuriyama2013-03-012-8/+3
| | | | Notes: svn path=/head/; revision=313140
* - 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
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-1/+1
| | | | | | | | PR: ports/168626 Approved by: maintainer (kuriyama@ via email) Notes: svn path=/head/; revision=298076
* Test::mysqld automatically setups a mysqld instance in a temporaryJun Kuriyama2011-12-314-0/+36
directory, and destroys it when the perl script exits. WWW: http://search.cpan.org/dist/Test-mysqld/ Notes: svn path=/head/; revision=288316