summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-MySQL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/p5-DateTime-Format-MySQL/Makefile')
-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"