pkgsrc/www/ruby-webunit/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

32 lines
949 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/03/04 21:31:03 jlam Exp $
DISTNAME= webunit-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www textproc ruby
MASTER_SITES= http://www.xpenguin.biz/download/webunit/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xpenguin.biz/download/webunit/index-en.html
COMMENT= HTTP unit testing framework for Ruby
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
WRKSRC= ${WRKDIR}/webunit
VERSION= 20040429++
.include "../../lang/ruby/rubyversion.mk"
DEPENDS+= ${RUBY_PKGPREFIX}-html-parser>=19990912p1:../../textproc/ruby-html-parser
DEPENDS+= ${RUBY_PKGPREFIX}-htmlsplit>=1.0.2:../../www/ruby-htmlsplit
pre-patch:
cd ${WRKSRC}/lib; \
${RM} formatter.rb html-parser.rb sgml-parser.rb htmlsplit.rb
post-install:
${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/webunit
${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/webunit
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"