Prune sysutils/pcpustat
[dports.git] / sysutils / rubygem-bundler_ext / Makefile
1 # Created by: Martin Matuska <mm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       bundler_ext
5 PORTVERSION=    0.4.0
6 PORTREVISION=   1
7 CATEGORIES=     sysutils rubygems
8 MASTER_SITES=   RG
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        Loads gems installed on the system using Bundler Gemfile DSL
12
13 LICENSE=        MIT
14
15 RUN_DEPENDS=    rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler
16
17 NO_ARCH=        yes
18 USE_RUBY=       yes
19 USE_RUBYGEMS=   yes
20 RUBYGEM_AUTOPLIST=      yes
21
22 .include <bsd.port.mk>