freebsd-ports/www/rubygem-d3_rails/Makefile
Sunpoet Po-Chuan Hsieh b2755fe6fa - Update to 3.3.11
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/logical42/d3_rails/commits/master
2013-12-07 01:02:06 +00:00

19 lines
342 B
Makefile

# $FreeBSD$
PORTNAME= d3_rails
PORTVERSION= 3.3.11
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JavaScript framework for data visualization
LICENSE= MIT
RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>