diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
commit | 3594eaa3038d3a7021497bbedf2acfb3cb7b70eb (patch) | |
tree | 0ad3897bb895432ff0c84bf9fe6d87ea2db157ac /www/ruby-webunit | |
parent | Mk/bsd.sites.mk: update MASTER_SITE_APACHE_HTTPD (diff) |
De-pkg-comment.
Diffstat (limited to 'www/ruby-webunit')
-rw-r--r-- | www/ruby-webunit/Makefile | 1 | ||||
-rw-r--r-- | www/ruby-webunit/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile index 72cb3356b2ce..625fb460cd0e 100644 --- a/www/ruby-webunit/Makefile +++ b/www/ruby-webunit/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby API for automated unit testing of web sites RUN_DEPENDS= ${RUBY_SITELIBDIR}/test/unit/testcase.rb:${PORTSDIR}/devel/ruby-testunit \ ${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-parser \ diff --git a/www/ruby-webunit/pkg-comment b/www/ruby-webunit/pkg-comment deleted file mode 100644 index ec94911e3e68..000000000000 --- a/www/ruby-webunit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby API for automated unit testing of web sites |