20 lines
427 B
Makefile
20 lines
427 B
Makefile
# Created by: Steve Wills <swills@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= awesome_nested_set
|
|
PORTVERSION= 2.1.6
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@freebsd.org
|
|
COMMENT= Nested set implementation for Active Record
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activerecord>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activerecord
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|