NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH}
23 lines
529 B
Makefile
23 lines
529 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mytop
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 10
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= A top clone for MySQL
|
|
|
|
RUN_DEPENDS= p5-DBD-mysql>1.0:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
|
|
NO_ARCH= yes
|
|
CONFLICTS= mariadb-scripts-[0-9]*
|
|
|
|
USES+= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|