pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-FormValidator-Simple This Perl module requ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceab8c19c565
branches:  trunk
changeset: 544572:ceab8c19c565
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Jul 16 00:13:02 2008 +0000

description:
This Perl module requires the Date::Calc module. Hence add a
dependency on devel/p5-Date-Calc package.

Bump PKGREVISION to 1.

diffstat:

 textproc/p5-FormValidator-Simple/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 3cf8ed74c916 -r ceab8c19c565 textproc/p5-FormValidator-Simple/Makefile
--- a/textproc/p5-FormValidator-Simple/Makefile Tue Jul 15 23:50:14 2008 +0000
+++ b/textproc/p5-FormValidator-Simple/Makefile Wed Jul 16 00:13:02 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:32:12 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/16 00:13:02 seb Exp $
 
 DISTNAME=      FormValidator-Simple-0.23
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LY/LYOKATO/}
 
@@ -22,6 +23,7 @@
 DEPENDS+=      p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime
+DEPENDS+=      p5-Date-Calc>=5.4:../../devel/p5-Date-Calc
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/FormValidator/Simple/.packlist



Home | Main Index | Thread Index | Old Index