aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-foreigner/Makefile
blob: 0dcbd531906685285e68ace2ab9ba3bf90b2e95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   foreigner
PORTVERSION=    1.7.4
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Adds foreign key helpers to migrations

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE

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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>