mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
512 B
Makefile
30 lines
512 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mytop
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Top clone for MySQL
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-DBD-mysql>1.0:databases/p5-DBD-mysql \
|
|
p5-DBI>=1.13:databases/p5-DBI \
|
|
p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jzawodn
|
|
GH_TAGNAME= 437f2ef
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES+= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_FILES= bin/mytop \
|
|
${SITE_MAN1}/mytop.1.gz
|
|
|
|
.include <bsd.port.mk>
|