summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2007-11-22 02:56:03 +0000
committerjnemeth <jnemeth@pkgsrc.org>2007-11-22 02:56:03 +0000
commitaf50f218634009704efdb8bf679bab8925719b94 (patch)
tree9dcb1142d9e65876dddcb576706f1de3f4ee52ef /time
parentfc7302ef2f1013f6c94c41f8d21e0c87560f9a4f (diff)
downloadpkgsrc-af50f218634009704efdb8bf679bab8925719b94.tar.gz
Add dependency on p5-DateTime-Format-Builder from George Michaelson in
pkgsrc-users@.
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-Format-MySQL/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-MySQL/Makefile b/time/p5-DateTime-Format-MySQL/Makefile
index 3c25af64441..e602909727d 100644
--- a/time/p5-DateTime-Format-MySQL/Makefile
+++ b/time/p5-DateTime-Format-MySQL/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:24:36 abs Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/22 02:56:03 jnemeth Exp $
DISTNAME= DateTime-Format-MySQL-0.04
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -12,5 +13,7 @@ COMMENT= Parse and format MySQL dates and times
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/DateTime/Format/MySQL/.packlist
+DEPENDS+= p5-DateTime-Format-Builder>=0.7807:../../time/p5-DateTime-Format-Builder
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"