freebsd-ports/databases/rubygem-activemodel61/Makefile
Po-Chuan Hsieh 9d1c882714
databases/rubygem-activemodel61: Update to 6.1.7
- Update WWW and clean up pkg-descr

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

24 lines
520 B
Makefile

PORTNAME= activemodel
PORTVERSION= 6.1.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
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-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>