aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Engine-PSGI/Makefile
blob: 58814c58f4b07c0cd51c3e9b33e308ad6e3adc61 (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
PORTNAME=	Catalyst-Engine-PSGI
PORTVERSION=	0.14
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension of PSGI engine for Catalyst
WWW=		https://metacpan.org/release/Catalyst-Engine-PSGI

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	\
	p5-Catalyst-Runtime>=5.80007:www/p5-Catalyst-Runtime \
	p5-Catalyst-Action-RenderView>0:www/p5-Catalyst-Action-RenderView

USES=		perl5
USE_PERL5=	modbuildtiny
NO_ARCH=	YES

.include <bsd.port.mk>