538d25528b
- Bugfix: make _get_field_length() platform independent
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.5 2003/01/28 18:18:53 wilfried Exp $
|
|
|
|
COMMENT= "Pure Perl MySQL network protocol interface"
|
|
|
|
VERSION= 0.08
|
|
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>
|