pkgsrc/www/p5-MasonX-Request-WithApacheSession/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

21 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:40 jlam Exp $
DISTNAME= MasonX-Request-WithApacheSession-0.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mxa
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MasonX/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MasonX-Request-WithApacheSession/
COMMENT= Perl5 module adding a session to the Mason Request obj
DEPENDS+= p5-Apache-Session-Wrapper>=0.13:../../www/p5-Apache-Session-Wrapper
DEPENDS+= p5-HTML-Mason>=1.16:../../www/p5-HTML-Mason
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/MasonX/Request/WithApacheSession/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"