diff options
author | seb <seb@pkgsrc.org> | 2002-10-20 23:35:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-20 23:35:09 +0000 |
commit | 34e5b77c6c4e9ec4e20c36716eb6540469b49ab9 (patch) | |
tree | a172960070639f54c2c88527963ff99f187d2968 /databases/p5-DBD-CSV | |
parent | 67d6c1c868b2a0ad7a47bfa459d6552ac8b5b56c (diff) | |
download | pkgsrc-34e5b77c6c4e9ec4e20c36716eb6540469b49ab9.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 9d88d0b6808..5eef4a963c8 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/14 15:55:20 mjl Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/20 23:35:11 seb Exp $ # DISTNAME= DBD-CSV-0.2001 @@ -15,11 +15,8 @@ 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 -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/CSV/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |