openbsd-ports/net/p5-Net-MySQL/Makefile
wilfried 33ca157c6f update to p5-Net-MySQL-0.07
- When old Perl was used, the problem which cannot encode a password
  correctly was corrected.
- UNIX Socket connection support.
- The version of Perl to demand was lowered to 5.004.
- Fixed the problem which cannot acquire the field with a length
  of 16 bits or more.
- Fixed some uncanny typoes.
2002-08-09 10:32:25 +00:00

23 lines
489 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/08/09 10:32:25 wilfried Exp $
COMMENT= "Pure Perl MySQL network protocol interface"
VERSION= 0.07
DISTNAME= Net-MySQL-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
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:=Net/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>