summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-08-16 09:56:41 +0000
committerobache <obache>2011-08-16 09:56:41 +0000
commit8104c0026162949055a64460d40844dbf7fc72d0 (patch)
tree8fe2e17892e5eb710bc7a0f7f835f2daca6f3399
parentb5de6c2da52febf9167beeefb3790c764624cca5 (diff)
downloadpkgsrc-8104c0026162949055a64460d40844dbf7fc72d0.tar.gz
Drop Module::Build requirements, default dependency is sufficient.
-rw-r--r--time/p5-DateTime/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 894a4d1b668..7c72835fef1 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2011/08/14 15:28:44 obache Exp $
+# $NetBSD: Makefile,v 1.29 2011/08/16 09:56:41 obache Exp $
DISTNAME= DateTime-0.66
PKGNAME= p5-${DISTNAME}00
@@ -11,7 +11,6 @@ HOMEPAGE= http://datetime.perl.org/
COMMENT= Perl module for date/time sets and ranges
LICENSE= artistic-2.0
-BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple