freebsd-ports/databases/mtop/Makefile

28 lines
507 B
Makefile
Raw Normal View History

# Created by: ijliao
2003-12-17 04:27:46 +01:00
# $FreeBSD$
PORTNAME= mtop
PORTVERSION= 0.6.6
PORTREVISION= 5
2003-12-17 04:27:46 +01:00
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
2003-12-17 04:27:46 +01:00
MAINTAINER= ports@FreeBSD.org
2003-12-17 04:27:46 +01:00
COMMENT= MySQL Monitoring Tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
2003-12-17 04:27:46 +01:00
BUILD_DEPENDS= p5-Curses>=0:devel/p5-Curses \
p5-DBD-mysql>=0:databases/p5-DBD-mysql
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
2003-12-17 04:27:46 +01:00
2005-06-09 22:43:24 +02:00
post-patch:
${RM} ${WRKSRC}/cpan2spec.pl
2003-12-17 04:27:46 +01:00
.include <bsd.port.mk>