summaryrefslogtreecommitdiff
path: root/misc/p5-Vroom/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2014-09-12 07:02:09 +0000
committerwen <wen@pkgsrc.org>2014-09-12 07:02:09 +0000
commit2b4b7e5332c5c126e6448ca49e1ffd7a6a6c4df2 (patch)
tree3d75e1d88d6145832124a9403d13d5d226ab58a5 /misc/p5-Vroom/Makefile
parentce1919dbc57cb09c19b7c53f55aeb349363cd5ed (diff)
downloadpkgsrc-2b4b7e5332c5c126e6448ca49e1ffd7a6a6c4df2.tar.gz
Update to 0.37
Add missing DEPENDS Upstream changes: 0.37 Mon Sep 8 16:40:13 PDT 2014 - All any extension. Fixes issue/14. 0.36 Sat Aug 16 12:52:50 PDT 2014 - Meta 0.0.2 0.35 Fri Aug 15 21:00:48 PDT 2014 - Add t/000-compile-modules.t 0.34 Sat Aug 9 00:28:19 PDT 2014 - Fix swim errors 0.33 Fri Aug 8 12:59:46 PDT 2014 - Switch hashbang to '#!/usr/bin/env perl' 0.32 Wed Jul 30 12:01:30 PDT 2014 - Change doc to swim - Update Meta and add Contributing 0.31 Mon Jun 16 22:51:56 PDT 2014 - Try new travis excludes - Use manual VERSION 0.30 Sat Jun 14 14:26:02 PDT 2014 - Update to Zilla::Dist 0.29 Wed Jun 12 09:29:51 PDT 2013 - Tests fixed by svennieboy++ 0.28 Wed May 29 12:36:28 PDT 2013 - Buddy Burden++ added notes support! 0.27 Tue Jul 17 09:43:41 PDT 2012 - Support for running shell slides -- mikegrb++
Diffstat (limited to 'misc/p5-Vroom/Makefile')
-rw-r--r--misc/p5-Vroom/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/p5-Vroom/Makefile b/misc/p5-Vroom/Makefile
index 946a10cf435..cfc64c7ddcd 100644
--- a/misc/p5-Vroom/Makefile
+++ b/misc/p5-Vroom/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/09/12 07:02:09 wen Exp $
-DISTNAME= Vroom-0.26
+DISTNAME= Vroom-0.37
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
@@ -14,11 +13,14 @@ LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Vroom/.packlist
+REPLACE_PERL+= bin/vroom
+
DEPENDS+= p5-Class-Field-[0-9]*:../../devel/p5-Class-Field
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
DEPENDS+= p5-Template-Toolkit-Simple-[0-9]*:../../www/p5-Template-Toolkit-Simple
DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
+DEPENDS+= p5-Term-Size-[0-9]*:../../devel/p5-Term-Size
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"