1718d4f58c
Changes: 0.33 2006-09-26 - When setting up tests with Apache::Test, if the user has apache2 we need to make sure that they have the mod_apreq2.so library available. If they don't, the live tests will be skipped. Based on a patch from Derek Price. RT #21552. 0.32 2006-09-18 - Work around a (maybe) bug in Apache2::Cookie. Set -value to undef to in Apach2::Cookie->new causes it to return undef, rather than a cookie with no value. This meant that delete_session() caused an "attempt to call method of undefined value" error. Reported by Derek Price. RT #20992.
20 lines
714 B
Makefile
20 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/08/16 09:51:17 he Exp $
|
|
|
|
DISTNAME= Apache-Session-Wrapper-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Apache-Session-Wrapper/
|
|
COMMENT= Perl5 module doing a wrapper around Apache::Session
|
|
|
|
DEPENDS+= p5-Class-Container-[0-9]*:../../devel/p5-Class-Container
|
|
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-Apache-Session>=1.6:../../www/p5-Apache-Session
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Apache/Session/Wrapper/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|