Import of pkgsrc-2014Q1
This commit is contained in:
3
www/p5-Router-Simple/DESCR
Normal file
3
www/p5-Router-Simple/DESCR
Normal file
@@ -0,0 +1,3 @@
|
||||
Router::Simple is a simple router class. Its main purpose is to serve as a
|
||||
dispatcher for web applications. Router::Simple can match against PSGI $env
|
||||
directly, which means it's easy to use with PSGI supporting web frameworks.
|
||||
23
www/p5-Router-Simple/Makefile
Normal file
23
www/p5-Router-Simple/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2013/10/20 02:52:45 tonnerre Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Router-Simple-0.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Router/}
|
||||
|
||||
MAINTAINER= pkgsrc-p5-people@NetBSD.org
|
||||
HOMEPAGE= https://github.com/tokuhirom/p5-router-simple
|
||||
COMMENT= Simple HTTP router for web applications
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
DEPENDS+= p5-Class-Accessor-Lite-[0-9]*:../../devel/p5-Class-Accessor-Lite
|
||||
|
||||
PERL5_PACKLIST= auto/Router/Simple/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
5
www/p5-Router-Simple/distinfo
Normal file
5
www/p5-Router-Simple/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1.1.1 2013/10/20 02:52:45 tonnerre Exp $
|
||||
|
||||
SHA1 (Router-Simple-0.15.tar.gz) = d04906daa6babf9f2dfbdac1bf7c531f97bb4bdf
|
||||
RMD160 (Router-Simple-0.15.tar.gz) = 35e16fd3a18b6e6470e8376e8eaaedf8b38dc10f
|
||||
Size (Router-Simple-0.15.tar.gz) = 19124 bytes
|
||||
Reference in New Issue
Block a user