aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Declare-Parser/Makefile
blob: 2e7623052c6ba61ccfa7fd8d6e63f9f19c9f696e (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
# $FreeBSD$

PORTNAME=	Devel-Declare-Parser
PORTVERSION=	0.020
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension for higher level interface to Devel-Declare

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	\
	p5-B-Compiling>=0.02:devel/p5-B-Compiling \
	p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \
	p5-Devel-Declare>=0.006:devel/p5-Devel-Declare
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	modbuild
NO_ARCH=	YES

.include <bsd.port.mk>