Sunpoet Po-Chuan Hsieh 5f7e0b1aed - Add NO_ARCH
2015-06-17 17:25:40 +00:00

23 lines
440 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bundler_ext
PORTVERSION= 0.4.0
PORTREVISION= 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:${PORTSDIR}/sysutils/rubygem-bundler
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>