diff options
author | obache <obache@pkgsrc.org> | 2011-08-16 09:40:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-16 09:40:46 +0000 |
commit | 01d323da4104299eb53af43a56c8f487606d13c9 (patch) | |
tree | c9160a4a79b2de5ff6d491a62fcdac276251e048 /time | |
parent | db90a44649d810b3979c7b5689335e07418fe32a (diff) | |
download | pkgsrc-01d323da4104299eb53af43a56c8f487606d13c9.tar.gz |
Drop Module::Build requirements, default dependency is sufficient.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone-HPUX/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone-HPUX/Makefile b/time/p5-DateTime-TimeZone-HPUX/Makefile index 3a0285e88e3..0494950cad7 100644 --- a/time/p5-DateTime-TimeZone-HPUX/Makefile +++ b/time/p5-DateTime-TimeZone-HPUX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/08/16 09:49:12 obache Exp $ DISTNAME= DateTime-TimeZone-HPUX-1.04 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone-HPUX/ COMMENT= Handles timezones defined at the operating system level on HP-UX LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build - DEPENDS+= p5-DateTime-TimeZone>=1.05:../../time/p5-DateTime-TimeZone ONLY_FOR_PLATFORM= HPUX-*-* diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index cf7d8cc08c9..a98cb6f6bfb 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.37 2011/08/16 09:50:37 obache Exp $ DISTNAME= DateTime-TimeZone-1.21 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/ COMMENT= Perl module to handle time zone manipulation LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build - DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate |