Import of p5-Net-MySQL-0.03

Net::MySQL is a Pure Perl client interface for the MySQL database.
This module implements network protocol between server and client
of MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work.
This commit is contained in:
wilfried 2002-04-19 15:12:41 +00:00
parent 5f63fb62dc
commit e15a3c18ed
4 changed files with 36 additions and 0 deletions

24
net/p5-Net-MySQL/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/19 15:12:41 wilfried Exp $
COMMENT= "Pure Perl MySQL network protocol interface"
VERSION= 0.03
DISTNAME= Net-MySQL-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.518
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Net-MySQL-0.03.tar.gz) = db6d9e170e0d56917ca265143aa616f6
RMD160 (Net-MySQL-0.03.tar.gz) = 7e1a78b3fdc741285176914faf1be58d984273e1
SHA1 (Net-MySQL-0.03.tar.gz) = 61df7c9148f4c2bdac5b1c66150b176493a7125b

View File

@ -0,0 +1,6 @@
Net::MySQL is a Pure Perl client interface for the MySQL database.
This module implements network protocol between server and client
of MySQL, thus you don't need external MySQL client library like
libmysqlclient for this module to work. It means this module enables
you to connect to MySQL server from some operation systems which
MySQL is not ported. How nifty!

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/19 15:12:41 wilfried Exp $
${P5SITE}/Net/MySQL.pm
man/man3p/Net::MySQL.3p