1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/p5-Catalyst-Action-RenderView/Makefile
2021-04-06 16:31:07 +02:00

30 lines
645 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
PORTNAME= Catalyst-Action-RenderView
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sensible default end action for Catalyst
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=5.70:www/p5-Catalyst-Runtime \
p5-Data-Visitor>=0.24:devel/p5-Data-Visitor \
p5-MRO-Compat>=0:devel/p5-MRO-Compat
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-extract:
@${REINPLACE_CMD} -i '' '/test_requires/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>