21 lines
406 B
Makefile
21 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>
|