freebsd-ports/databases/mytop/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>