blob: 7e525769a99f8b801cb763380b9200547bee933e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.10 2012/03/21 15:44:25 taca Exp $
DISTNAME= bundler-1.1.2
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gembundler.com/
COMMENT= Manage your application's dependencies
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-bundler-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|