summaryrefslogtreecommitdiff
path: root/databases/rubygem-arel/Makefile
blob: 28dfdc08c79bc1da6f688bbfac01c59405c08661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	arel
PORTVERSION=	5.0.1.20140414130214
PORTEPOCH=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Relational Algebra for Ruby

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>