Po-Chuan Hsieh f7031f81c7
net/rubygem-activestorage52: Fix gemspec for rubygem-marcel 1.1.0 update
- Bump PORTREVISION for package change
2025-10-13 14:23:05 +08:00

27 lines
631 B
Makefile

PORTNAME= activestorage
PORTVERSION= 5.2.8.1
PORTREVISION= 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<2:devel/rubygem-marcel
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>