aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-polyamorous/Makefile
blob: 4b4b632c3aef129d54d4d5c61a10266906bde0f8 (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=   polyamorous
PORTVERSION=    1.3.0
CATEGORIES= devel rubygems
MASTER_SITES=   RG

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

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

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

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>