diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-28 01:58:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-28 01:58:57 +0800 |
commit | afad36181dd5ba6b914dd676cdf7c69241fa0117 (patch) | |
tree | ad3655bcad0efaa7cd255891161e51a3eae7bda7 | |
parent | 02052b072de04ccaa86833879bdd568cecb612d6 (diff) | |
download | freebsd-ports-gnome-afad36181dd5ba6b914dd676cdf7c69241fa0117.tar.gz freebsd-ports-gnome-afad36181dd5ba6b914dd676cdf7c69241fa0117.tar.zst freebsd-ports-gnome-afad36181dd5ba6b914dd676cdf7c69241fa0117.zip |
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
-rw-r--r-- | devel/rubygem-simplecov/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/rubygem-simplecov/Makefile b/devel/rubygem-simplecov/Makefile index 665322cb6946..564bf7656f9c 100644 --- a/devel/rubygem-simplecov/Makefile +++ b/devel/rubygem-simplecov/Makefile @@ -6,7 +6,9 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= a powerful configuration library and automatic merging of coverage across test suites +COMMENT= Powerful configuration library and automatic merging of coverage across test suites + +LICENSE= MIT RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-simplecov-html>=0.7.1:${PORTSDIR}/textproc/rubygem-simplecov-html @@ -15,6 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes - .include <bsd.port.mk> |