19 lines
406 B
Makefile
19 lines
406 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tinymce-rails
|
|
PORTVERSION= 4.1.0
|
|
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>
|