Commit graph

9 commits

Author SHA1 Message Date
Andrej Zverev
9d04d10cc6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 12:40:25 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
fcf7f208d0 - Add BUILD_DEPENDS and TEST_DEPENDS 2012-03-05 01:27:58 +00:00
Philippe Audeoud
117c4cc303 - Add devel/p5-Devel-CallChecker as a build depends
Reported by:	PH
2012-02-17 08:56:28 +00:00
Philippe Audeoud
51d572e41b - Update to 0.007
- Add devel/p5-Devel-CallChecker as a dependency
- Changelog: http://search.cpan.org/src/ZEFRAM/Parse-Perl-0.007/Changes
2012-02-13 09:31:31 +00:00
Martin Wilke
a329d593da - Update to 0.006
- Pass maintainership to perl

PR:		Gea-Suan Lin <gslin@gslin.org> (maintainer)
2012-01-14 19:12:20 +00:00
Philip M. Gollucci
dbe72c3290 - Remove @comment from the p5- pkg-plists
Missed by:      myself (pgollucci)
Reminded by:    az
2010-11-24 06:14:27 +00:00
Philip M. Gollucci
0b78261529 This module provides the capability to parse a string at runtime as
Perl source code, so that the resulting compiled code can be later
executed. This is part of the job of the string form of the eval
operator, but in this module it is separated out from the other jobs
of eval. Parsing of Perl code is generally influenced by its lexical
context, and this module provides some explicit control over this
process, by reifying lexical environments as Perl objects.

WWW:	http://search.cpan.org/dist/Parse-Perl/

PR:		ports/152447
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:20:58 +00:00