mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
misc/mirmon: Do not set USES twice and properly declare Perl run dependency
This commit is contained in:
parent
bccc30dea6
commit
63ac1c536d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489484
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= mirmon
|
||||
PORTVERSION= 2.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.staff.science.uu.nl/~penni101/mirmon/
|
||||
|
||||
|
@ -10,10 +11,9 @@ MAINTAINER= jadawin@FreeBSD.org
|
|||
COMMENT= Monitor the status of mirrors
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= ${WRKSRC}/mirmon ${WRKSRC}/probe
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
Loading…
Add table
Reference in a new issue