b6a28dbeaf
Changes from previous: 0.03 2010-11-02 Improve reinstatement of $1, $2 so they don't leak outside of the scope of your blocks Remove a couple stray references to named rules 0.02 2010-10-24 Reinstate the back-compat that Path-Dispatcher 1.00 broke by setting $1, $2, etc. for you
23 lines
778 B
Makefile
23 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/12/02 05:24:23 hiramatsu Exp $
|
|
|
|
DISTNAME= Path-Dispatcher-Declarative-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Path-Dispatcher-Declarative/
|
|
COMMENT= Perl 5 module providing a sugary dispatcher
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Path/Dispatcher/Declarative/.packlist
|
|
|
|
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
|
|
DEPENDS+= p5-Path-Dispatcher>=0.15:../../devel/p5-Path-Dispatcher
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|