opnsense-ports/textproc/rubygem-actiontext60/Makefile
Franco Fichtner 2b2bc606e4 */*: sync with upstream
Taken from: FreeBSD
2022-05-04 10:49:12 +02:00

28 lines
742 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= actiontext
PORTVERSION= 6.0.4.8
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
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
PORTSCOUT= limit:^6\.0\.
.include <bsd.port.mk>