summaryrefslogtreecommitdiff
path: root/devel/rubygem-enumerize/Makefile
blob: f5bb72eec112a4fbdeba6586cb527e71fcdd1bf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	enumerize
PORTVERSION=	0.7.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper support

RUN_DEPENDS=	rubygem-activesupport>=3.2:${PORTSDIR}/devel/rubygem-activesupport

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

USE_RUBY_FEATURES=	iconv

NOPORTDOCS=	yes


.include <bsd.port.mk>