openbsd-ports/www/p5-Catalyst-Plugin-Cache-Store-FastMmap/Makefile
2022-03-11 20:09:36 +00:00

17 lines
323 B
Makefile

COMMENT = FastMmap cache store for Catalyst (deprecated)
MODULES = cpan
PKG_ARCH = *
DISTNAME = Catalyst-Plugin-Cache-Store-FastMmap-0.02
REVISION = 3
CATEGORIES = www
# Perl/MIT
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Cache-FastMmap \
devel/p5-Path-Class \
www/p5-Catalyst-Plugin-Cache
.include <bsd.port.mk>