cb7afaa068
from Andreas Voegele
29 lines
607 B
Makefile
29 lines
607 B
Makefile
# $OpenBSD: Makefile,v 1.13 2012/04/08 21:58:51 sthen Exp $
|
|
|
|
COMMENT= catalyst file storage backend for session data
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Plugin-Session-Store-File-0.18
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Cache-Cache \
|
|
devel/p5-Class-Data-Inheritable \
|
|
devel/p5-MRO-Compat \
|
|
www/p5-Catalyst-Plugin-Session \
|
|
www/p5-Catalyst-Runtime
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|