freebsd-ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
2021-04-06 16:31:07 +02:00

28 lines
650 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Catalyst-Component-ACCEPT_CONTEXT
PORTVERSION= 0.07
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Make the Catalyst request context available in Models and Views
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>0:www/p5-Catalyst-Runtime
TEST_DEPENDS= p5-Devel-Cycle>=0:devel/p5-Devel-Cycle
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -i '' -e '/auto_install/d' \
-e '/Devel::Cycle/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>