summaryrefslogtreecommitdiff
path: root/devel/ruby-gemcutter/Makefile
blob: 090a255c20da93e3da3b14f5d50aa65dc6a56e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2010/03/09 12:42:50 fhajny Exp $

DISTNAME=	gemcutter-0.3.0
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://rubygems.org/gems/gemcutter
COMMENT=	Commands to interact with RubyGems.org
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-json-pure-[0-9]*:../../textproc/ruby-json-pure

GEM_BUILD=	gemspec

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"