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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Adds foreign key helpers to migrations
WWW=		https://github.com/matthuhiggins/foreigner

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

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>