aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Test-DatabaseRow
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* - Update to 2.03.Felippe de Meirelles Motta2012-04-053-5/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294256
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Take maintainership.Felippe de Meirelles Motta2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219875
* Reset jabra@ccs.neu.edu due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219716
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - remove the no longer used "pod2man --lax" optionYen-Ming Lee2008-01-082-4/+1
| | | | | | | | | | | - use the non-versioned URL instead PR: 118905 Submitted by: leeym Approved by: maintainer timeout Notes: svn path=/head/; revision=205252
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* This is a simple module for doing very very simple quick tests on aErwin Lansing2006-06-074-0/+50
database, primarily designed to test if a row exists with the correct details in a table or not. For more advanced testing (joins, etc) it's probably easier for you to roll your own tests by hand than use this module. WWW: http://search.cpan.org/~mark/Test-DatabaseRow-1.04/ PR: ports/98608 Submitted by: Joshua D. Abraham <jabra@ccs.neu.edu> Notes: svn path=/head/; revision=164690