8fe5ae160e
The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a Rails engine for use with the asset pipeline. WWW: https://github.com/bokmann/font-awesome-rails Differential Revision: https://reviews.freebsd.org/D854 Approved by: swills (mentor)
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= font-awesome-rails
|
|
PORTVERSION= 4.2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides the Font-Awesome web fonts and stylesheets as a Rails engine
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.1.6:${PORTSDIR}/www/rubygem-railties4
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|