diff options
-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 |