diff options
Diffstat (limited to 'devel/p5-Class-Autouse/Makefile')
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 54783aff983..5a2b8927d07 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2014/05/29 23:35:42 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:12 wiz Exp $ DISTNAME= Class-Autouse-2.01 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/ COMMENT= Run-time class loading on first method call LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils |