mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 20:40:35 -04:00
16 lines
400 B
Makefile
16 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"
|