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

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>