25 lines
503 B
Makefile
25 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.7 2006/10/18 22:14:23 wilfried Exp $
|
|
|
|
COMMENT= "Pure Perl MySQL network protocol interface"
|
|
|
|
VERSION= 0.09
|
|
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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|