22 lines
441 B
Makefile
22 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= font-awesome-rails
|
|
PORTVERSION= 4.6.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides the Font-Awesome web fonts and stylesheets as a Rails engine
|
|
|
|
LICENSE= MIT OFL11
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties>=3.2:www/rubygem-railties
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|