8b16950eee
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are unknown.
15 lines
400 B
Makefile
15 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/10 06:30:47 taca Exp $
|
|
|
|
DISTNAME= test-spec-0.10.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://test-spec.rubyforge.org/test-spec/
|
|
COMMENT= BDD interface over Test::Unit
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|