openbsd-ports/www/p5-Catalyst-Plugin-Session-Store-File/Makefile

25 lines
506 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2006/12/27 12:56:07 simon Exp $
COMMENT= "catalyst file storage backend for session data"
2006-11-14 05:22:11 -05:00
MODULES= cpan
DISTNAME= Catalyst-Plugin-Session-Store-File-0.10
2006-11-14 05:22:11 -05:00
CATEGORIES= www
MAINTAINER= Simon Dassow <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 \
::www/p5-Catalyst-Plugin-Session
MAKE_ENV= TEST_POD=Yes
2006-11-14 05:22:11 -05:00
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>