openbsd-ports/www/p5-CatalystX-InjectComponent/Makefile
2022-03-11 20:09:36 +00:00

20 lines
347 B
Makefile

COMMENT = inject components into your Catalyst application
DISTNAME = CatalystX-InjectComponent-0.025
CATEGORIES = www
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Class-Inspector \
devel/p5-Module-Pluggable \
www/p5-Catalyst-Runtime>=5.8
TEST_DEPENDS = devel/p5-Test-Most
PKG_ARCH = *
.include <bsd.port.mk>