22 lines
436 B
Makefile
22 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= font-awesome-rails
|
|
PORTVERSION= 4.6.3.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 OFL11
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=3.2:www/rubygem-railties4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|