diff options
author | salo <salo@pkgsrc.org> | 2003-06-03 22:27:12 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-03 22:27:12 +0000 |
commit | 16c32b9e8d80b2307cb4954a2785d3356202e29c (patch) | |
tree | 16106e7498b3765c91ba9a783e5d0a9e9d762a91 /databases/p5-DBD-XBase/Makefile | |
parent | 544cdfbf04e79c1901c0267ea30a342927d43d78 (diff) | |
download | pkgsrc-16c32b9e8d80b2307cb4954a2785d3356202e29c.tar.gz |
Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro)
databases.
XBase module provides access to XBase (dBase, Fox*) dbf files. It also
handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx,
mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides
simple SQL interface to reading and writing the database files. So this
package offers two ways of accessing your beloved data in dbf files: XBase.pm
and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm
if you need something special which is not supported by the DBI interface.
Diffstat (limited to 'databases/p5-DBD-XBase/Makefile')
-rw-r--r-- | databases/p5-DBD-XBase/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile new file mode 100644 index 00000000000..53d64f0843d --- /dev/null +++ b/databases/p5-DBD-XBase/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/03 22:27:12 salo Exp $ +# + +DISTNAME= DBD-XBase-0.232 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xbs +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= salo@netbsd.org +HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ +COMMENT= perl DBI/DBD driver for XBase (dBase/FoxPro) databases + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XBase/.packlist + +.include "../../databases/p5-DBI/buildlink2.mk" +.include "../../lang/perl5/module.mk" + +.include "../../mk/bsd.pkg.mk" |