diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 20:39:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-31 20:39:01 +0000 |
commit | 6a2e3118ba3c5831b3a6dcac25b815d14172c063 (patch) | |
tree | 7e3b74fff5055c943fc47947bcd13c3a433c5af5 | |
parent | Use USES=python:2 instead of USES=python:2.7 (diff) |
Add LICENSE_FILE
-rw-r--r-- | devel/rubygem-health_check/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/rubygem-health_check/Makefile b/devel/rubygem-health_check/Makefile index 25ddfb70a12f..9b9b11ecb095 100644 --- a/devel/rubygem-health_check/Makefile +++ b/devel/rubygem-health_check/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Simple health check of Rails app for uptime monitoring LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE NO_ARCH= yes USE_RUBY= yes |