pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Added two new Perl Modules to the global Makefil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6abf3d345cc
branches:  trunk
changeset: 554976:b6abf3d345cc
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Feb 23 00:10:57 2009 +0000

description:
Added two new Perl Modules to the global Makefile in devel
- p5-accessors
- p5-TAP::Formatter::HTML

diffstat:

 devel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r dd3f463764bd -r b6abf3d345cc devel/Makefile
--- a/devel/Makefile    Mon Feb 23 00:07:23 2009 +0000
+++ b/devel/Makefile    Mon Feb 23 00:10:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1118 2009/02/20 02:59:50 epg Exp $
+# $NetBSD: Makefile,v 1.1119 2009/02/23 00:10:57 rhaen Exp $
 #
 
 COMMENT=       Development utilities
@@ -751,6 +751,7 @@
 SUBDIR+=       p5-Sub-Name
 SUBDIR+=       p5-Sub-Override
 SUBDIR+=       p5-Sub-Uplevel
+SUBDIR+=       p5-TAP-Formatter-HTML
 SUBDIR+=       p5-Task-Weaken
 SUBDIR+=       p5-Template-Plugin-Handy
 SUBDIR+=       p5-Template-Plugin-VMethods
@@ -825,6 +826,7 @@
 SUBDIR+=       p5-Variable-Magic
 SUBDIR+=       p5-Want
 SUBDIR+=       p5-WeakRef
+SUBDIR+=       p5-accessors
 SUBDIR+=       p5-aliased
 SUBDIR+=       p5-boolean
 SUBDIR+=       p5-capitalization



Home | Main Index | Thread Index | Old Index