aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-raphael-rails/Makefile
blob: d429897ad1759b8b619c1d6db7878b39003a99c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	raphael-rails
PORTVERSION=	2.1.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Raphael JS as a Rubygem for use in the Rails asset pipeline

LICENSE=	MIT

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>