pkgsrc/www/p5-Catalyst-Manual/Makefile
rhaen 85822ca590 Updated to 5.9006
ChangeLog:
Revision history for Catalyst-Manual

    - Fix minor typos RT 78545, thanks Joe Axford
    - Update auth class name RT 77322 Thanks Joe Axford
    - Fix typo RT #77247 Thanks John Deighan

5.9004 4th May 2012
    - PSGI Compat changes
    - Small code changes (thanks sockmonk)
    - Small changes to Manual::Components

5.9003 17 Feb 2012
    - Mention PSGI in Manual::Ingro RT 74872 (thanks William Blunn).
    - Better docs of :Global inspired by RT 74869 (thanks William Blunn)
    - Highlight the importance of uncommenting the template line in the
      list action
    - Clarify docs for nginx in non-root - a trailing slash on the
      location block is very much needed.
    - Clarified Data::Dumper usage.  RT#71410 Thanks to Bill Corr
    - Mention Chef deployment in Manual::Deployment (thanks to Alexey
      Melezhik)
2013-01-26 20:24:46 +00:00

17 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/01/26 20:24:46 rhaen Exp $
DISTNAME= Catalyst-Manual-5.9006
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Manual/
COMMENT= Manual for Catalyst
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Catalyst/Manual/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"