# $Id: Portfile,v 1.5 2006/02/02 22:03:29 markd Exp $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup      DBI 1.50
maintainers      toby@opendarwin.org
description      Abstract database access module for Perl
long_description \
	The DBI module enables your Perl applications to access multiple \
	database types transparently. You can connect to MySQL, MSSQL, \
	Oracle, Informix, Sybase, ODBC etc. without having to know the \
	different underlying interfaces of each.  The API defined by DBI \
	will work on all these database types and many more. 
platforms        darwin
homepage         http://dbi.perl.org/
checksums        md5 487cb22f89ab21029725eb6e0b861a2a
