summaryrefslogtreecommitdiff
path: root/devel/ruby-test-spec/Makefile
blob: 9da1b051404925efb34e257974fb0619dc8eda3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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"