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

PORTNAME=	polyamorous
PORTVERSION=	2.3.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Extraction of shared code from the Active Record Hackery gems

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord52>=5.2.1:databases/rubygem-activerecord52

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>