pkgsrc/www/p5-MasonX-Request-WithApacheSession/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

23 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/10/19 19:19:17 he Exp $
DISTNAME= MasonX-Request-WithApacheSession-0.31
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5mxa
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MasonX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MasonX-Request-WithApacheSession/
COMMENT= Perl5 module adding a session to the Mason Request obj
PKG_DESTDIR_SUPPORT= user-destdir
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"