pkgsrc/www/ruby-webunit/Makefile
2004-03-16 02:01:09 +00:00

26 lines
776 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/03/16 02:01:11 taca Exp $
DISTNAME= webunit-${VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
CATEGORIES= www textproc ruby
MASTER_SITES= http://www.xpenguin.biz/download/webunit/
MAINTAINER= rasputin@idoru.mine.nu
HOMEPAGE= http://www.xpenguin.biz/download/webunit/index-en.html
COMMENT= HTTP unit testing framework for Ruby
WRKSRC= ${WRKDIR}/webunit
VERSION= 20030121
DIST_SUBDIR= ruby
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
DEPENDS+= ruby-testunit>=0.1:../../devel/ruby-testunit
DEPENDS+= ruby-rexml>=2.4.8:../../textproc/ruby-rexml
post-install:
${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/webunit
${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/webunit
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"