2014-09-27 16:58:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= font-awesome-rails
|
2015-11-26 02:00:50 +01:00
|
|
|
PORTVERSION= 4.5.0.0
|
2014-09-27 16:58:56 +02:00
|
|
|
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
|
|
|
|
|
2015-06-07 22:41:47 +02:00
|
|
|
LICENSE= MIT OFL11
|
|
|
|
LICENSE_COMB= dual
|
2015-11-12 22:41:15 +01:00
|
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
|
2014-09-27 16:58:56 +02:00
|
|
|
|
2015-07-31 18:26:39 +02:00
|
|
|
RUN_DEPENDS= rubygem-railties4>=3.2:${PORTSDIR}/www/rubygem-railties4
|
2014-09-27 16:58:56 +02:00
|
|
|
|
2015-06-07 22:41:47 +02:00
|
|
|
NO_ARCH= yes
|
2014-09-27 16:58:56 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|