1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/databases/mtop/Makefile
Sunpoet Po-Chuan Hsieh 777eab4f3f Remove Perl core modules
- Add BUILD_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Regenerate patch file with makepatch:
- Bump PORTREVISION for dependency change
2017-06-30 22:13:20 +00:00

28 lines
507 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= mtop
PORTVERSION= 0.6.6
PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL Monitoring Tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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
post-patch:
${RM} ${WRKSRC}/cpan2spec.pl
.include <bsd.port.mk>