freebsd-ports/textproc/rubygem-actiontext60/Makefile
Sunpoet Po-Chuan Hsieh 5a2d9ce1a3 Add rubygem-actiontext60 6.0.2.1
Action Text brings rich text content and editing to Rails. It includes the Trix
editor that handles everything from formatting to links to quotes to lists to
embedded images and galleries. The rich text content generated by the Trix
editor is saved in its own RichText model that's associated with any existing
Active Record model in the application. Any embedded images (or other
attachments) are automatically stored using Active Storage and associated with
the included RichText model.

WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actiontext
2020-02-05 18:40:43 +00:00

29 lines
748 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= actiontext
PORTVERSION= 6.0.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Edit and display rich text in Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_RUBY24= yes
RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \
rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \
rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>