aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bigrecord/Makefile
blob: 12eb83d24bd0985efa08d45e61a4116d6ac086e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Philip M. Gollucci

PORTNAME=	bigrecord
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Intended to work as a drop-in for Rails applications

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord4>=0:databases/rubygem-activerecord4 \
		rubygem-activesupport4>=0:devel/rubygem-activesupport4 \
		rubygem-uuidtools>=2.0.0:devel/rubygem-uuidtools

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>