59715b6a34
- update HOMEPAGE, noticed by simon@ - remove pre-install workaround target ok simon@
28 lines
596 B
Makefile
28 lines
596 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/09/08 13:35:11 okan Exp $
|
|
|
|
COMMENT = MySQL maatkit tools
|
|
|
|
DISTNAME = maatkit-2152
|
|
CATEGORIES = databases perl5
|
|
|
|
HOMEPAGE = http:/www.maatkit.org/
|
|
|
|
MAINTAINER = Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://maatkit.googlecode.com/files/
|
|
|
|
RUN_DEPENDS = :p5-DBD-mysql->=1.0:databases/p5-DBD-mysql \
|
|
:p5-Term-ReadKey->=2.10:devel/p5-Term-ReadKey
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE = perl
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|