pkgsrc/www/p5-Squatting/Makefile
hiramatsu e7999940d2 Update p5-Squatting to 0.81.
Changes from previous:
0.81 2011-04-27
  - Slight improvements to Squatting::With::MockRequest were made
    to facilitate doing static exports of Rhetoric sites.

0.80 2011-04-27
  - [ MAJOR API CHANGE! ]
    - You don't say:  use base 'Squatting' anymore.
    - When creating a Squatting app,
      you just say:   use Squatting;
    - You don't say:  use Squatting ':controllers' or
                      use Squatting ':views' anymore
    - use Squatting takes care of what those statements used to do.
  - Squatting::H->merge renamed to Squatting::H->extend to
    be consistent w/ the way these words are used in contemporary
    Javascript libraries.
  - Added Squatting::With::PerHostConfig
  - hacked bin/squatting so that the console experience is a bit nicer.
    App->get and App->post will work a tiny bit more reliably.
2011-10-18 11:58:42 +00:00

28 lines
976 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/10/18 11:58:42 hiramatsu Exp $
DISTNAME= Squatting-0.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BE/BEPPU/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Squatting/
COMMENT= Camping-inspired Web microframework for Perl 5
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Squatting/.packlist
DEPENDS+= p5-Class-C3-Componentised-[0-9]*:../../devel/p5-Class-C3-Componentised
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
DEPENDS+= p5-Continuity>=0.991:../../www/p5-Continuity
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
DEPENDS+= p5-Shell-Perl-[0-9]*:../../devel/p5-Shell-Perl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"