Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / rubygem-sprockets3 / Makefile
1 # Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       sprockets
5 PORTVERSION=    3.7.0
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8 PKGNAMESUFFIX=  3
9
10 MAINTAINER=     ruby@FreeBSD.org
11 COMMENT=        Ruby library that preprocesses and concatenates JavaScript files
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 RUN_DEPENDS=    rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
17                 rubygem-rack16>=1.0:www/rubygem-rack16
18
19 NO_ARCH=        yes
20 USE_RUBY=       yes
21 USES=           gem
22
23 post-install:
24         @${RM} ${STAGEDIR}${PREFIX}/bin/sprockets
25
26 .include <bsd.port.mk>