pkgsrc/www/p5-Dancer/Makefile
abs 1ba6081c1a Updated www/p5-Dancer to 1.3091
1.3091      17.12.2011

    [ BUG FIXES ]
    * Reverting template() behavior by popular demand. (Damien Krotkine)
    * GH #714: Run post-request hooks when custom continuations were created.
      (Damien Krotkine)
    * Always call write_session_id() to update expires. (David Precious)

    [ ENHANCEMENTS ]
    * GH #711, #652: Add server_tokens variable to allow removal of headers.
      (John Wittkoski)

    [ DOCUMENTATION ]
    * GH #680: Document problems with multiple apps in Dancer using
      Plack::Handler::Apache2 and recommend a workaround.
      (Asaf Gordon, Pedro Melo)
    * RT #73258: Spelling glitches. (Damyan Ivanov)
    * Use ":script" instead of ":syntax" in Cookbook. (John Barrett)
    * Typos in Deployment doc. (David Precious)
2012-01-22 20:00:26 +00:00

26 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/01/22 20:00:26 abs Exp $
DISTNAME= Dancer-1.3091
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perldancer.org/
COMMENT= Perl 5 lightweight yet powerful web application framework
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Dancer/.packlist
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body
DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0.11:../../www/p5-HTTP-Server-Simple-PSGI
DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
DEPENDS+= p5-Test-Simple>=0.87:../../devel/p5-Test-Simple
DEPENDS+= p5-URI>=1.59:../../www/p5-URI
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"