freebsd-ports/sysutils/rubygem-bundler_ext/Makefile
2021-04-06 16:31:07 +02:00

19 lines
370 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
PORTNAME= bundler_ext
PORTVERSION= 0.4.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Loads gems installed on the system using Bundler Gemfile DSL
LICENSE= MIT
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>