aboutsummaryrefslogblamecommitdiff
path: root/databases/rubygem-awesome_nested_set/Makefile
blob: 925f75023682705ec6a98b11bf0b0a4f3e38f032 (plain) (tree)
1
2
3
4
5
6
7
8
                                              

                                  
                     


                                  
                                


                                                           
                                     
 
                                                                                
 
                   


                   

                      
# Created by: Steve Wills <swills@freebsd.org>

PORTNAME=	awesome_nested_set
PORTVERSION=	3.2.1
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Nested set implementation for Active Record

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-activerecord4>=4.0.0<7.0:databases/rubygem-activerecord4

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>