summaryrefslogtreecommitdiff
path: root/devel/ruby-testunit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-testunit/Makefile')
-rw-r--r--devel/ruby-testunit/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/ruby-testunit/Makefile b/devel/ruby-testunit/Makefile
deleted file mode 100644
index d9d71a2dbb0..00000000000
--- a/devel/ruby-testunit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/10/29 12:02:23 wiz Exp $
-
-DISTNAME= testunit-${VERSION}
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel ruby
-MASTER_SITES= http://testunit.talbott.ws/packages/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://testunit.talbott.ws/packages/
-COMMENT= Unit testing framework for Ruby
-
-VERSION= 0.1.8
-RUBY_VERSION= ${RUBY16_VERSION}
-USE_RUBY_SETUP= yes
-
-DEPENDS+= ${RUBY_PKGPREFIX}-unit>=0.5.4:../../devel/ruby-unit
-
-post-extract:
- cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
-
-post-install:
- cd ${WRKSRC}; ${CP} -r doc ${RUBY_DOCDIR}/testunit
- cd ${WRKSRC}; ${CP} -r examples ${RUBY_EXAMPLESDIR}/testunit
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"