mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
misc/mtail: Restrict to Python 2.7
PR: 238851 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
parent
570f4660ce
commit
5d15e8c523
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505505
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue