b2755fe6fa
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/logical42/d3_rails/commits/master
19 lines
342 B
Makefile
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>
|