diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:10:16 +0000 |
commit | 8cee801716c19084440add72337db8c66fdecd77 (patch) | |
tree | eff16ffd0410f46348a273a219d189bfbe330a41 /net/ruby-xmlrpc4r | |
parent | 1bf05cdb3721a1c6e8acf95c6b98d165ef7bff4c (diff) | |
download | pkgsrc-8cee801716c19084440add72337db8c66fdecd77.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'net/ruby-xmlrpc4r')
-rw-r--r-- | net/ruby-xmlrpc4r/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-xmlrpc4r/Makefile b/net/ruby-xmlrpc4r/Makefile index d323c2bccc7..ed03eaaebe0 100644 --- a/net/ruby-xmlrpc4r/Makefile +++ b/net/ruby-xmlrpc4r/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/12/23 16:24:59 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 17:11:13 martti Exp $ # DISTNAME= xmlrpc4r-1_7_9 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.fantasy-coders.de/ruby/xmlrpc4r/ MAINTAINER= neumann@s-direktnet.de HOMEPAGE= http://www.fantasy-coders.de/ruby/xmlrpc4r/ -COMMENT= implementation of the XML-RPC protocol for Ruby +COMMENT= Implementation of the XML-RPC protocol for Ruby DEPENDS+= ${RUBY_PKGNAMEPREFIX}nqxml>=1.1.1:../../textproc/ruby-nqxml DIST_SUBDIR= ruby |