forked from Lainports/freebsd-ports
- Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/brainspec/enumerize/blob/master/CHANGELOG.md
19 lines
390 B
Makefile
19 lines
390 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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|