diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-20 00:25:41 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-20 00:25:41 +0000 |
commit | 53d8c0c158a09df7959b0f03f4e376f72cddbb51 (patch) | |
tree | 2c898ddf2ba7d986621f41f757a9ec05e943a0e7 /databases/p5-DBD-SQLite | |
parent | 61357a90b05d6cf4a7dd94cd5447b413acc82bca (diff) | |
download | pkgsrc-53d8c0c158a09df7959b0f03f4e376f72cddbb51.tar.gz |
Adapted MASTER_SITES to the usual CPAN scheme.
The Package supports installation to DESTDIR and needs a C compiler.
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 8d22b098c75..d1e6facd55e 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -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 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} |