aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-activeresource/Makefile
blob: 04d4d4c67d0d7a93cff549ce18fd0929de01fe54 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  


                              
                      
                            
                  
 
                                

                                                                                  
                                                                                               
                                                                                             





                           
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=	activeresource
PORTVERSION=	3.2.13
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	A coherent wrapper object-relational mapping for REST web services

RUN_DEPENDS=	rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
		rubygem-activemodel>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>