4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
23 lines
534 B
Makefile
23 lines
534 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-EvalContext
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Save lexicals and hints between calls to eval
|
|
|
|
RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
|
|
p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Devel::EvalContext.3
|
|
|
|
.include <bsd.port.mk>
|