diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-29 11:19:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-29 11:19:16 +0000 |
commit | 5027b92049ee3f9b896911438f2cdc7cb8befcd1 (patch) | |
tree | 8c8c1a7883fda3b9dc489ff8e90a23100a369f7e | |
parent | bed1c1bfad39b5954ec6d563d33e4034ca758521 (diff) | |
download | freebsd-ports-5027b92049ee3f9b896911438f2cdc7cb8befcd1.zip |
- Add LICENSE
- Update WWW
-rw-r--r-- | devel/rubygem-zentest/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-zentest/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/rubygem-zentest/Makefile b/devel/rubygem-zentest/Makefile index a460f12fff7e..bbcaa8064737 100644 --- a/devel/rubygem-zentest/Makefile +++ b/devel/rubygem-zentest/Makefile @@ -11,11 +11,13 @@ DISTNAME= ZenTest-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Unit Testing Utility -GEM_NAME= ${DISTNAME} +LICENSE= MIT +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/autotest \ bin/multigem \ bin/multiruby \ diff --git a/devel/rubygem-zentest/pkg-descr b/devel/rubygem-zentest/pkg-descr index 53105f733a11..a1d10a730158 100644 --- a/devel/rubygem-zentest/pkg-descr +++ b/devel/rubygem-zentest/pkg-descr @@ -16,4 +16,4 @@ multiruby runs anything you want on multiple versions of ruby. Test::Rails helps you build industrial-strength Rails code. -WWW: http://rubygems.org/gems/zentest/ +WWW: https://github.com/seattlerb/zentest |