90bbece2e9
Upstream changes: 0.15 Tue Mar 16 09:40:40 2009 ** Factored Path-Dispatcher-Declarative into its own distribution ** Be sure to update your dependency information! * Implement ->complete for Rule::Dispatch * Add Path::Dispatcher::Rule::Alternation * Implement case insensitivity fory Rule::Eq * Add Path::Dispatcher::Rule::Sequence - like Rule::Tokens but better! * Add Path::Dispatcher::Rule::Enum * Path autoboxing has been factored out into a private method for more overridability * A few documentation improvements as usual :)
27 lines
790 B
Makefile
27 lines
790 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/03/16 21:52:11 sno Exp $
|
|
|
|
DISTNAME= Path-Dispatcher-0.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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/
|
|
COMMENT= Perl 5 module providing flexible and extensible dispatch
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose
|
|
DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
|
|
|
|
# For test target
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
PERL5_PACKLIST= auto/Path/Dispatcher/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|