diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-01 10:35:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-01 10:35:10 +0000 |
commit | 63ce804a63737fb4e6d2a74314ec5fb7d2facad5 (patch) | |
tree | dd2858aadcafa9121dfcb2b338a1aeaa3df14e9b /devel/rubygem-stackprof | |
parent | Really fix `archivers/zoo' on 64-bit machines. When PR 162804 had been (diff) |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=540949
Diffstat (limited to 'devel/rubygem-stackprof')
-rw-r--r-- | devel/rubygem-stackprof/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-stackprof/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-stackprof/Makefile b/devel/rubygem-stackprof/Makefile index 925ea0fbb031..e49ec106b1e6 100644 --- a/devel/rubygem-stackprof/Makefile +++ b/devel/rubygem-stackprof/Makefile @@ -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 diff --git a/devel/rubygem-stackprof/pkg-descr b/devel/rubygem-stackprof/pkg-descr index e945aac28e54..22c9b924c699 100644 --- a/devel/rubygem-stackprof/pkg-descr +++ b/devel/rubygem-stackprof/pkg-descr @@ -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 |