18 lines
366 B
Makefile
18 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= font-awesome-rails
|
|
PORTVERSION= 3.2.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides the Font-Awesome web fonts and stylesheets as a Rails engine
|
|
|
|
RUN_DEPENDS= rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|