diff options
author | obache <obache@pkgsrc.org> | 2011-08-16 09:56:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-16 09:56:41 +0000 |
commit | 5fd5068a7b2e118b9cf8d1c0443ec72dcbfabbde (patch) | |
tree | 8fe2e17892e5eb710bc7a0f7f835f2daca6f3399 /time/p5-DateTime | |
parent | 01d323da4104299eb53af43a56c8f487606d13c9 (diff) | |
download | pkgsrc-5fd5068a7b2e118b9cf8d1c0443ec72dcbfabbde.tar.gz |
Drop Module::Build requirements, default dependency is sufficient.
Diffstat (limited to 'time/p5-DateTime')
-rw-r--r-- | time/p5-DateTime/Makefile | 3 |
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 |