blob: becd43642eabf5364b5f619c158cf6e10a29a1ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= tinymce-rails
PORTVERSION= 4.0.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= zi@FreeBSD.org
COMMENT= Seamlessly integrates TinyMCE into the Rails asset pipeline
RUN_DEPENDS= rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|