aboutsummaryrefslogblamecommitdiff
path: root/databases/rubygem-arel-helpers/Makefile
blob: d3168fa3450d9bc9bedfd41f199370802ff7fc58 (plain) (tree)
1
2
3
4
5
6
7
8
9


                            
                      
                 


                                  
                                   

                                                                                

                   
                                                                              
 
                   


                   

                      
# $FreeBSD$

PORTNAME=	arel-helpers
PORTVERSION=	2.11.0
PORTREVISION=	1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Helpers to construct database queries with ActiveRecord and Arel

LICENSE=	MIT

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>