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 | e9ece38384c0dc03dc42d2798194305667fa2f4a (patch) | |
tree | 2c898ddf2ba7d986621f41f757a9ec05e943a0e7 | |
parent | fbca7383db764e51470d9ad043df9b26f15f0914 (diff) | |
download | pkgsrc-e9ece38384c0dc03dc42d2798194305667fa2f4a.tar.gz |
Adapted MASTER_SITES to the usual CPAN scheme.
The Package supports installation to DESTDIR and needs a C compiler.
-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} |