pkgsrc/www/p5-Apache-Session-SharedMem/Makefile
rodent 805fc18a5a Import p5-Apache-Session-SharedMem-0.6 as www/p5-Apache-Session-SharedMem.
This module is an implementation of Apache::Session. It uses IPC::Cache to store
session variables in shared memory.
2013-07-06 00:51:58 +00:00

21 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/06 00:51:58 rodent Exp $
#
DISTNAME= Apache-Session-SharedMem-0.6
PKGNAME= p5-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Session-SharedMem/
COMMENT= Apache::Session module that stores session data in shared memory
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session
DEPENDS+= p5-IPC-Cache-[0-9]*:../../devel/p5-IPC-Cache
PERL5_PACKLIST= auto/Apache/Session/SharedMem/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"