diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /databases/p5-DBD-CSV/Makefile | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index d6824a3d4de..f7b8d58b64e 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:09 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/20 01:09:10 joerg Exp $ # DISTNAME= DBD-CSV-0.22 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DBD-CSV/ COMMENT= Access CSV files via DBI +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CSV_XS |