aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activerecord-import/Makefile
blob: 9e5fce47f348ac8c257ebc1f0978f34c2c9f1a29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	activerecord-import
PORTVERSION=	1.0.8
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Bulk import many records into an ActiveRecord DB

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activerecord4>=3.2:databases/rubygem-activerecord4

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>