pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Container The package supports installa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71c5ea849539
branches:  trunk
changeset: 540703:71c5ea849539
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Apr 06 15:34:22 2008 +0000

description:
The package supports installation to DESTDIR.
No C compiler required.

diffstat:

 devel/p5-Class-Container/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 29f37050af88 -r 71c5ea849539 devel/p5-Class-Container/Makefile
--- a/devel/p5-Class-Container/Makefile Sun Apr 06 15:26:12 2008 +0000
+++ b/devel/p5-Class-Container/Makefile Sun Apr 06 15:34:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:19 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/06 15:34:22 heinz Exp $
 
 DISTNAME=      Class-Container-0.12
 PKGNAME=       p5-${DISTNAME}
@@ -11,11 +11,13 @@
 HOMEPAGE=      http://search.cpan.org/dist/Class-Container/
 COMMENT=       Glues object frameworks together transparently
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 DEPENDS+=      p5-Params-Validate>=0.23:../../devel/p5-Params-Validate
 DEPENDS+=      p5-Scalar-List-Utils-[0-9]*:../../devel/p5-Scalar-List-Utils
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
+USE_LANGUAGES=         # none
 PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Class/Container/.packlist
 



Home | Main Index | Thread Index | Old Index