blob: e891806e468bfc60065a61870f144db76f030a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Mikhail T. <m.tsatsenko@gmail.com>
# $FreeBSD$
PORTNAME= prototype-rails
PORTVERSION= 3.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Provides Prototype, Scriptaculous, and RJS for Rails
RUN_DEPENDS= rubygem-rails>=3.2.0:${PORTSDIR}/www/rubygem-rails
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|