mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
25 lines
617 B
Makefile
25 lines
617 B
Makefile
PORTNAME= activestorage
|
|
PORTVERSION= 5.2.8.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 52
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Attach cloud and local files in Rails applications
|
|
WWW= https://rubyonrails.org/ \
|
|
https://github.com/rails/rails/tree/main/activestorage
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
|
|
rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \
|
|
rubygem-marcel>=1.0.0<1.1:devel/rubygem-marcel
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^5\.2\.
|
|
|
|
.include <bsd.port.mk>
|