- Updating package for p5 module HTML::Mason from 1.40 to 1.42 - Reordering dependencies (alphabetical order) - Removing option for p5-Cache-Cache, because it's mandatory now Upstream changes: 1.42 May 7, 2009 [ BUG FIXES ] - Fix 10b-cache-chi.t to work with latest version of CHI - expire_if and ref of cache changed - Fixed a bug where attempting to load a module that failed to compile in a Mason component could mask the compilation error. RT #39803. - Fixed the print method in HTML::Mason::FakeApache. It was including the object itself in the output. Patch by Martin Petricek. RT #43035. 1.41 May 5, 2009 [ BUG FIXES ] - This is a one-fix release to get this module working with the latest version of Exception::Class (1.27).
37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2009/05/17 19:56:58 sno Exp $
|
|
|
|
DISTNAME= HTML-Mason-1.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5hma
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://www.masonhq.com/
|
|
COMMENT= Perl-based web site development and delivery system
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Cache-Cache>=1:../../devel/p5-Cache-Cache
|
|
DEPENDS+= p5-Class-Container>=0.07:../../devel/p5-Class-Container
|
|
DEPENDS+= p5-Exception-Class>=1.15:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-Params-Validate>=0.70:../../devel/p5-Params-Validate
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/HTML/Mason/.packlist
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR:Q}${EGDIR:Q}
|
|
${INSTALL_DATA} ${WRKSRC}/samples/README ${DESTDIR:Q}${EGDIR:Q}
|
|
${INSTALL_DATA} ${WRKSRC}/samples/dump-request ${DESTDIR:Q}${EGDIR:Q}
|
|
${INSTALL_DATA} ${WRKSRC}/samples/show-env ${DESTDIR:Q}${EGDIR:Q}
|
|
${INSTALL_DATA} ${WRKSRC}/eg/httpd.conf ${DESTDIR:Q}${EGDIR:Q}
|
|
${INSTALL_DATA_DIR} ${DESTDIR:Q}${EGDIR:Q}/MyApp
|
|
${INSTALL_DATA} ${WRKSRC}/eg/MyApp/* ${DESTDIR:Q}${EGDIR:Q}/MyApp
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|