58425abb11
Features: - Password parameter now shown as **** in trace output. - Added two fields to type_info and type_info_all. - Added $dsn to PrintError/RaiseError message from DBI->connect(). - Added further DBD::ADO enhancements
19 lines
393 B
Makefile
19 lines
393 B
Makefile
# $OpenBSD: Makefile,v 1.10 2000/06/28 01:35:49 kevlo Exp $
|
|
|
|
DISTNAME= DBI-1.14
|
|
PKGNAME= p5-DBI-1.14
|
|
CATEGORIES= databases perl
|
|
NEED_VERSION= 1.307
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= DBI
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|