afresh1 b368a0e479 Import devel/p5-Devel-REPL
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.

From wen heping <wenheping2000 () hotmail ! com>
OK with tweaks cwen@
2020-10-09 02:00:31 +00:00

36 lines
767 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/10/09 02:00:31 afresh1 Exp $
COMMENT = modern perl interactive shell
DISTNAME = Devel-REPL-1.003028
CATEGORIES = devel
FIX_EXTRACT_PERMISSIONS = Yes
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-B-Keywords \
devel/p5-Data-Dump-Streamer \
devel/p5-Data-Dumper-Concise \
devel/p5-File-HomeDir \
devel/p5-File-Next \
devel/p5-Lexical-Persistence \
devel/p5-Module-Runtime \
devel/p5-Moose>=0.93 \
devel/p5-MooseX-Getopt>=0.18 \
devel/p5-MooseX-Object-Pluggable>=0.0009 \
devel/p5-Task-Weaken \
devel/p5-namespace-autoclean \
textproc/p5-PPI
TEST_DEPENDS = devel/p5-Test-Fatal
PKG_ARCH = *
.include <bsd.port.mk>