freebsd-ports/shells/p5-Shell-Perl/Makefile
Martin Wilke 46a6f0405a Shell::Perl is the implementation of a simple command-line interpreter
for Perl.

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

PR:		ports/121142
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
2008-03-07 17:16:21 +00:00

31 lines
999 B
Makefile

# New ports collection makefile for: p5-Shell-Perl
# Date created: 2008-02-27
# Whom: Shinsuke Matsui <smatsui@karashi.org>
#
# $FreeBSD$
#
PORTNAME= Shell-Perl
PORTVERSION= 0.0015
CATEGORIES= shells perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= smatsui@karashi.org
COMMENT= A read-eval-print loop in Perl
RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
${SITE_PERL}/Data/Dump.pm:${PORTSDIR}/devel/p5-Data-Dump \
${SITE_PERL}/${PERL_ARCH}/Data/Dump/Streamer.pm:${PORTSDIR}/devel/p5-Data-Dump-Streamer
BUILD_DEPENDS= ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
${SITE_PERL}/Test/Expect.pm:${PORTSDIR}/devel/p5-Test-Expect
PERL_CONFIGURE= YES
MAN1= pirl.1
MAN3= Shell::Perl.3 Shell::Perl::Dumper.3
.include <bsd.port.mk>