diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /devel/p5-Class-Autouse/Makefile | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-Class-Autouse/Makefile')
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index a6aa03fe5b0..f3703caa471 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/11/16 03:11:25 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:13 joerg Exp $ DISTNAME= Class-Autouse-1.29 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Class-Autouse/ COMMENT= Run-time class loading on first method call +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-ExtUtils-AutoInstall>=0.61:../../devel/p5-ExtUtils-AutoInstall DEPENDS+= p5-Scalar-List-Utils>=1.19:../../devel/p5-Scalar-List-Utils -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Class/Autouse/.packlist MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip |