15 lines
380 B
Makefile
15 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $
|
|
|
|
DISTNAME= shoulda-context-1.2.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel ruby
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://thoughtbot.com/community/
|
|
COMMENT= Context framework extracted from Shoulda
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|