NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
Mysql.pm and DBD::mysql implement two different approaches to
communicate with an mysql server. DBD::mysql is built upon the DBI,
the generic Perl Database Interface. It brings you an identical
interface to a broad variety of databases and is in this regard
comparable to ODBC.
The advantage of the DBI approach is portability and interoperability.
Mysql.pm is the elder species. It was written before DBI was
available but inspired by an early draft of the DBI specification.
As has been been circulating longer it are more mature and pretty
stable. It is also more complete than DBD::mysql.
# $NetBSD: Makefile,v 1.41 2009/09/20 13:00:14 sno Exp $
#
DISTNAME= DBD-mysql-4.013
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dmy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://dev.mysql.com/downloads/dbi.html
COMMENT= Perl DBI/DBD driver for MySQL databases
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
PERL5_PACKLIST= auto/DBD/mysql/.packlist
MAKE_PARAMS+= --nocatchstderr
.include "../../mk/mysql.buildlink3.mk"
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
$NetBSD: distinfo,v 1.12 2009/09/20 13:00:15 sno Exp $
SHA1 (DBD-mysql-4.013.tar.gz) = c0486d6860ec73e9ffd1c51d7c460c8ddf716981
RMD160 (DBD-mysql-4.013.tar.gz) = cf712e63f994925d45f30dc60d7164761df1df6d
Size (DBD-mysql-4.013.tar.gz) = 129065 bytes