0b78261529
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>
30 lines
583 B
Makefile
30 lines
583 B
Makefile
# New ports collection makefile for: p5-Parse-Perl
|
|
# Date created: 2010-11-21
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Parse-Perl
|
|
PORTVERSION= 0.005
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Interpret string as Perl source
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5_RUN= 5.8.4+
|
|
|
|
MAN3= Parse::Perl.3 \
|
|
Parse::Perl::CopHintsHash.3 \
|
|
Parse::Perl::Environment.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|