summaryrefslogtreecommitdiff
path: root/textproc/rubygem-action_text-trix/Makefile
blob: b7cd80ebdc95db2bb6c90f46ab153e544ff1efc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	action_text-trix
PORTVERSION=	2.1.15
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Rich text editor for everyday writing
WWW=		https://trix-editor.org/ \
		https://github.com/basecamp/trix

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-railties81>=0:www/rubygem-railties81

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>