aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2-Parse-RecDescent/Makefile
blob: 1d5d681a3bce35573f25902f0921580ed30594be (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
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	GraphViz2-Parse-RecDescent
PORTVERSION=	2.52
CATEGORIES=	graphics perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Visualize a Parse::RecDescent grammar as a graph

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE_ART10=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-GraphViz2>=2.62:graphics/p5-GraphViz2 \
		p5-Moo>=2.001001:devel/p5-Moo \
		p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent
TEST_DEPENDS=	p5-Test-Snapshot>=0.06:devel/p5-Test-Snapshot

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>