- Add LICENSE_FILE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
f27e17c455
commit
63ce804a63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540949
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ MAINTAINER= mfechner@FreeBSD.org
|
|||
COMMENT= Fast sampling profiler for ruby code
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem python shebangfix
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Stackprof is a fast sampling profiler for ruby code, with cpu,
|
||||
wallclock and object allocation samplers.
|
||||
|
||||
WWW: http://github.com/tmm1/stackprof
|
||||
WWW: https://github.com/tmm1/stackprof
|
||||
|
|
Loading…
Reference in a new issue