head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.12.17.12.44.02;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.13.16.15.09;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.08.18.45.11;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.05.01.27.58;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.17.08.56.28;	author jadawin;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.13.09.31.31;	author jadawin;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.14.19.12.20;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.24.05.20.57;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309087
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309087 | az | 2012-12-17 12:40:25 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Parse-Perl
# Date created:		2010-11-21
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/lang/p5-Parse-Perl/Makefile 309087 2012-12-17 12:40:25Z az $
#

PORTNAME=	Parse-Perl
PORTVERSION=	0.007
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Interpret string as Perl source

BUILD_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
RUN_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker

TEST_DEPENDS=	p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
		p5-Lexical-Import>=0:${PORTSDIR}/devel/p5-Lexical-Import \
		p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify

PERL_CONFIGURE=	yes

MAN3=		Parse::Perl.3 \
		Parse::Perl::CopHintsHash.3 \
		Parse::Perl::Environment.3

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/p5-Parse-Perl/Makefile 300896 2012-07-14 13:54:48Z beat $
d30 1
a30 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>
@


1.7
log
@- 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)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- 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
@
text
@d30 7
a36 1
.include <bsd.port.mk>
@


1.5
log
@- Add BUILD_DEPENDS and TEST_DEPENDS
@
text
@d30 1
a30 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- Add devel/p5-Devel-CallChecker as a build depends

Reported by:	PH
@
text
@d17 6
a22 2
RUN_DEPENDS=	p5-Devel-CallChecker>=0:${PORTSDIR}/devel/p5-Devel-CallChecker
BUILD_DEPENDS:=	${RUN_DEPENDS}
d33 1
@


1.3
log
@- Update to 0.007
- Add devel/p5-Devel-CallChecker as a dependency
- Changelog: http://search.cpan.org/src/ZEFRAM/Parse-Perl-0.007/Changes
@
text
@d17 3
a25 2
RUN_DEPENDS=	p5-Devel-CallChecker>=0:${PORTSDIR}/devel/p5-Devel-CallChecker

@


1.2
log
@- Update to 0.006
- Pass maintainership to perl

PR:		Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.006
d23 2
@


1.1
log
@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>
@
text
@d9 1
a9 1
PORTVERSION=	0.005
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
a17 1
USE_PERL5_RUN=	5.8.4+
@

