freebsd-ports/databases/rubygem-activemodel60/Makefile
Po-Chuan Hsieh 71089fca37
databases/rubygem-activemodel60: Update to 6.0.6
- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
2022-12-30 17:05:46 +08:00

24 lines
520 B
Makefile

PORTNAME= activemodel
PORTVERSION= 6.0.6
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
WWW= https://github.com/rails/rails/tree/main/activemodel \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.0\.
.include <bsd.port.mk>