freebsd-ports/devel/rubygem-enumerize/Makefile
Sunpoet Po-Chuan Hsieh 42331bf299 - Add NO_ARCH
2015-06-28 17:56:23 +00:00

20 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= enumerize
PORTVERSION= 0.11.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=3.2:${PORTSDIR}/devel/rubygem-activesupport4
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>