summaryrefslogtreecommitdiff
path: root/lang/p5-Parse-Perl/Makefile
blob: e27ed3139890c92dc0190d89913d7bb67455c36c (plain) (blame)
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
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	Parse-Perl
PORTVERSION=	0.007
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Interpret string as Perl source

BUILD_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
RUN_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker

TEST_DEPENDS=	p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
		p5-Lexical-Import>=0:${PORTSDIR}/devel/p5-Lexical-Import \
		p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify

USES=		perl5
USE_PERL5=	configure

MAN3=		Parse::Perl.3 \
		Parse::Perl::CopHintsHash.3 \
		Parse::Perl::Environment.3

NO_STAGE=	yes
.include <bsd.port.mk>