summaryrefslogtreecommitdiffstats
path: root/shells/p5-Shell-Perl/Makefile
blob: fda048f26d9e1a17f2ca6f0c993728e5e5b04b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.0018
PORTREVISION=	1
CATEGORIES=	shells perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	smatsui@karashi.org
COMMENT=	A read-eval-print loop in Perl

RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
		p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir
BUILD_DEPENDS=	p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \
		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
		p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect

PERL_CONFIGURE=	YES

MAN1=		pirl.1
MAN3=		Shell::Perl.3 Shell::Perl::Dumper.3

.include <bsd.port.mk>
OpenPOWER on IntegriCloud