mirror of https://git.FreeBSD.org/ports.git
30 lines
1.0 KiB
Makefile
30 lines
1.0 KiB
Makefile
PORTNAME= actiontext
|
|
PORTVERSION= ${RAILS_VERSION}
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@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-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack-gitlab \
|
|
rubygem-activerecord-gitlab>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord-gitlab \
|
|
rubygem-activestorage-gitlab>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage-gitlab \
|
|
rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
|
|
rubygem-globalid-rails-gitlab>=0.6.0:databases/rubygem-globalid-rails-gitlab \
|
|
rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^7\.1\.
|
|
|
|
.include "${.CURDIR}/../../www/gitlab/Makefile.common"
|
|
.include <bsd.port.mk>
|