openbsd-ports/www/p5-Catalyst-Plugin-Session-Store-File/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

26 lines
534 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/15 20:38:23 merdely Exp $
COMMENT= catalyst file storage backend for session data
MODULES= cpan
DISTNAME= Catalyst-Plugin-Session-Store-File-0.10
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= www
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 \
::www/p5-Catalyst-Plugin-Session
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>