summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-DispatchType-Regex/Makefile
blob: 65c44d0a03f99a6d4e77087380f04bfaef1ab706 (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: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Catalyst-DispatchType-Regex
PORTVERSION=	5.90035
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Regex DispatchType

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.90060:www/p5-Catalyst-Runtime \
		p5-Moose>=0:devel/p5-Moose \
		p5-Text-SimpleTable>=0:textproc/p5-Text-SimpleTable
TEST_DEPENDS=	p5-MRO-Compat>=0:devel/p5-MRO-Compat \
		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean

NO_ARCH=	yes
USE_PERL5=	modbuild
USES=		perl5

.include <bsd.port.mk>