pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Handel Using Locale::Maketext from core for new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72d10581c84a
branches:  trunk
changeset: 579534:72d10581c84a
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 04 12:15:26 2010 +0000

description:
Using Locale::Maketext from core for newer Perl5 versions and use right
module type. Bumping revision.

diffstat:

 www/p5-Handel/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 35575705f1e7 -r 72d10581c84a www/p5-Handel/Makefile
--- a/www/p5-Handel/Makefile    Sat Sep 04 12:10:06 2010 +0000
+++ b/www/p5-Handel/Makefile    Sat Sep 04 12:15:26 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:36:55 seb Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/04 12:15:26 sno Exp $
 
 DISTNAME=      Handel-1.00011
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLACO/}
 
@@ -19,7 +19,7 @@
 DEPENDS+=      p5-Class-ISA>=0:../../devel/p5-Class-ISA
 DEPENDS+=      p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
 DEPENDS+=      p5-Clone>=0.28:../../devel/p5-Clone
-DEPENDS+=      p5-Locale-Maketext>=1.06:../../misc/p5-Locale-Maketext
+DEPENDS+=      {perl>=5.10.0,p5-Locale-Maketext>=1.06}:../../misc/p5-Locale-Maketext
 DEPENDS+=      {perl>=5.10,p5-Module-Pluggable>=3.1}:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-Module-Starter>=1.42:../../devel/p5-Module-Starter
 DEPENDS+=      {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
@@ -45,10 +45,10 @@
 DEPENDS+=      p5-HTML-FillInForm>=0:../../www/p5-HTML-FillInForm
 
 # Skip AxKit Support
-MAKE_ENV+=     PERL_AUTOINSTALL=--skipdeps
 
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Handel/.packlist
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=        auto/Handel/.packlist
+PERL5_MODULE_TYPE=     Module::Install::Bundled
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index