aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-REPL
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-071-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326626
* - Update to 1.003014Ashish SHUKLA2013-01-202-3/+4
| | | | | | | - Add dependency on devel/p5-namespace-clean Notes: svn path=/head/; revision=310699
* - Update to 1.003013Ashish SHUKLA2012-06-173-3/+4
| | | | Notes: svn path=/head/; revision=299437
* 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 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.003012Ashish SHUKLA2010-10-152-4/+4
| | | | | | | Approved by: pgj (mentor, implicit) Notes: svn path=/head/; revision=263034
* - Update to 1.003011.Ashish SHUKLA2010-07-152-5/+5
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=257762
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* - Update to 1.003010Wen Heping2010-05-262-4/+4
| | | | | | | | PR: ports/146969 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=255092
* - Update to 1.003009Martin Wilke2010-03-174-30/+11
| | | | | | | | PR: 144684 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=251170
* - Fix runtime with new MoosePav Lucistnik2010-02-162-0/+25
| | | | | | | | | PR: ports/143963 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=249952
* This is an interactive shell for Perl, commonly known as a REPL -Martin Wilke2009-09-024-0/+129
Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project. WWW: http://search.cpan.org/dist/Devel-REPL/ PR: ports/138359 Submitted by: Ashish SHUKLA <wahjava at gmail.com> Notes: svn path=/head/; revision=240750