aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-LeakGuard-Object
Commit message (Collapse)AuthorAgeFilesLines
* - Add TEST_DEPENDS to enable testingSteve Wills2012-02-151-0/+1
| | | | | | | | | PR: ports/165114 Submitted by: swills (myself) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=291396
* 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-281-2/+2
| | | | | | | | | (part 15). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248780
* This module provides tracking of objects, for the purpose of detectingMartin Wilke2009-07-284-0/+39
memory leaks due to circular references or innappropriate caching schemes. WWW: http://search.cpan.org/dist/Devel-LeakGuard-Object/ PR: ports/136897 Submitted by: TERAMOTO Masahiro <markun at onohara.to> Notes: svn path=/head/; revision=238531