aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Fork
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* Update to 0.71.Anton Berezin2008-09-243-4/+9
| | | | | | | Changes: http://search.cpan.org/dist/Proc-Fork/Changes Notes: svn path=/head/; revision=220676
* - 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
* - update to 0.61Yen-Ming Lee2008-01-072-4/+4
| | | | Notes: svn path=/head/; revision=205150
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.40Mathieu Arnold2007-04-022-4/+4
| | | | Notes: svn path=/head/; revision=189021
* Update to 0.3(0). Assign maintainer to perl@.Anton Berezin2006-05-112-5/+5
| | | | Notes: svn path=/head/; revision=162064
* Update to 0.2.Anton Berezin2006-03-292-4/+5
| | | | Notes: svn path=/head/; revision=158385
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Add devel/p5-Proc-Fork, a Perl module that provides simple, intuitiveAnton Berezin2006-01-104-0/+44
interface to the fork() system call. Notes: svn path=/head/; revision=153198