misc/mtail: Restrict to Python 2.7

PR:		238851
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Steve Wills 2019-06-30 21:27:42 +00:00
parent 570f4660ce
commit 5d15e8c523
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505505

View file

@ -3,6 +3,7 @@
PORTNAME= mtail
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://matt.immute.net/src/mtail/
@ -12,7 +13,8 @@ COMMENT= Small tail workalike that performs output coloring
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:run shebangfix tar:tgz
USES= python:2.7,run shebangfix tar:tgz
SHEBANG_FILES= ${WRKSRC}/${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes