freebsd-ports/textproc/rubygem-actiontext61/Makefile
Po-Chuan Hsieh 0f9d904c9c
textproc/rubygem-actiontext61: Update to 6.1.7
- Update WWW and clean up pkg-descr

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

28 lines
847 B
Makefile

PORTNAME= actiontext
PORTVERSION= 6.1.7
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Edit and display rich text in Rails applications
WWW= https://github.com/rails/rails/tree/main/actiontext \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \
rubygem-activerecord61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord61 \
rubygem-activestorage61>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage61 \
rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>