diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-12 19:45:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-12 19:45:03 +0000 |
commit | 711e08380df6714cb6e5945bca8443db7981685b (patch) | |
tree | cff1d9b3601fc8a99f094f099179c9ad13a6a4a7 /textproc/rubygem-simplecov-html/Makefile | |
parent | 73a20aedf8f69c7cfd636fe22d55cb3e127dfc87 (diff) | |
download | ports-711e08380df6714cb6e5945bca8443db7981685b.tar.gz ports-711e08380df6714cb6e5945bca8443db7981685b.zip |
Notes
Diffstat (limited to 'textproc/rubygem-simplecov-html/Makefile')
-rw-r--r-- | textproc/rubygem-simplecov-html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/rubygem-simplecov-html/Makefile b/textproc/rubygem-simplecov-html/Makefile index 6d2df5dbfd58..c1c07f2290de 100644 --- a/textproc/rubygem-simplecov-html/Makefile +++ b/textproc/rubygem-simplecov-html/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= simplecov-html -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -16,5 +16,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |