freebsd-ports/devel/rubygem-rash/Makefile
Sunpoet Po-Chuan Hsieh d97f22bfe7 - Add NO_ARCH
2015-06-03 18:41:50 +00:00

22 lines
427 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= rash
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple extension to Hashie::Mash for rubyfied keys
LICENSE= MIT
RUN_DEPENDS= rubygem-hashie>=2.0.0:${PORTSDIR}/devel/rubygem-hashie
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>