mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
25 lines
626 B
Makefile
25 lines
626 B
Makefile
PORTNAME= activerecord
|
|
PORTVERSION= 5.2.8.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 52
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Object-relational mapping layer for Rails MVC Framework
|
|
WWW= https://rubyonrails.org/ \
|
|
https://github.com/rails/rails/tree/main/activerecord
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activemodel52>=${PORTVERSION}:databases/rubygem-activemodel52 \
|
|
rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
|
|
rubygem-arel>=9.0:databases/rubygem-arel
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^5\.2\.
|
|
|
|
.include <bsd.port.mk>
|