mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
19 lines
417 B
Makefile
19 lines
417 B
Makefile
PORTNAME= awesome_nested_set
|
|
PORTVERSION= 3.8.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Nested set implementation for Active Record
|
|
WWW= https://github.com/collectiveidea/awesome_nested_set
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord4>=4.0.0<8.1:databases/rubygem-activerecord4
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|