aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-StackTrace/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - support STAGEDIRAndrej Zverev2013-11-041-3/+3
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=332678
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 0.12Sunpoet Po-Chuan Hsieh2013-09-071-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/Changes Notes: svn path=/head/; revision=326607
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - 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
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - update to 0.11Yen-Ming Lee2009-11-061-2/+3
| | | | Notes: svn path=/head/; revision=243910
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* - Update to 0.10Philip M. Gollucci2009-06-151-1/+1
| | | | | | | | | PR: ports/135121 Approved by: maintainer timeout (lbr; 2 weeks 1 day) Submitted by: pgollucci@ (myself) Notes: svn path=/head/; revision=235956
* Updated to 0.09Lars Balker Rasmussen2008-09-041-1/+1
| | | | Notes: svn path=/head/; revision=219821
* Update to 0.08Lars Balker Rasmussen2008-04-061-1/+1
| | | | Notes: svn path=/head/; revision=210674
* Update to 0.07Lars Balker Rasmussen2008-02-041-6/+5
| | | | Notes: svn path=/head/; revision=206720
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+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.06Lars Balker Rasmussen2006-07-251-1/+1
| | | | Notes: svn path=/head/; revision=168744
* Update to 0.05Lars Balker Rasmussen2006-07-141-1/+1
| | | | Notes: svn path=/head/; revision=167759
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+1
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* - Update to 0.04Sergey Matveychuk2006-03-281-1/+1
| | | | | | | | PR: ports/95001 Submitted by: maintainer Notes: svn path=/head/; revision=158344
* - Update to 0.03Sergey Matveychuk2006-03-261-1/+1
| | | | | | | | PR: ports/94958 Submitted by: maintainer Notes: svn path=/head/; revision=158187
* This plugin will enhance the standard Catalyst debug screen by includingErwin Lansing2006-01-111-0/+30
a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number. WWW: http://search.cpan.org/dist/Catalyst-Plugin-StackTrace/ PR: ports/91667 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=153271