pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite Adapted MASTER_SITES to the us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9912bc4960b3
branches:  trunk
changeset: 528914:9912bc4960b3
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 20 00:25:41 2007 +0000

description:
Adapted MASTER_SITES to the usual CPAN scheme.
The Package supports installation to DESTDIR and needs a C compiler.

diffstat:

 databases/p5-DBD-SQLite/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 67107678b0d6 -r 9912bc4960b3 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Sun May 20 00:17:01 2007 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Sun May 20 00:25:41 2007 +0000
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.17 2007/05/09 09:33:47 dillo Exp $
+# $NetBSD: Makefile,v 1.18 2007/05/20 00:25:41 heinz Exp $
 #
 
 DISTNAME=      DBD-SQLite-1.13
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dsl
 CATEGORIES=    databases perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSERGEANT/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/DBD-SQLite/
 COMMENT=       Perl DBI/DBD driver for sqlite databases
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+USE_LANGUAGES= c
 PERL5_PACKLIST=        auto/DBD/SQLite/.packlist
 MAKE_PARAMS+=  SQLITE_LOCATION=${PREFIX:Q}
 



Home | Main Index | Thread Index | Old Index