aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPIx-Utilities/Makefile
blob: 43d74e2b17fb6183077d9a037c71e2d325c1b999 (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
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	PPIx-Utilities
PORTVERSION=	1.001000
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ELLIOTJS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Extensions to PPI

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Exception-Class>=1.23:devel/p5-Exception-Class \
		p5-PPI>=1.208:textproc/p5-PPI \
		p5-Readonly>=1.03:devel/p5-Readonly \
		p5-Task-Weaken>=0:devel/p5-Task-Weaken
TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep

USES=		perl5
USE_PERL5=	modbuild

NO_ARCH=	yes

.include <bsd.port.mk>