aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-sprockets3/Makefile
blob: 6ff30ed86580b250f2b26e2d7f6be105313c546d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>

PORTNAME=	sprockets
PORTVERSION=	3.7.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	3

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library that preprocesses and concatenates JavaScript files

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
		rubygem-rack16>=1<3:www/rubygem-rack16

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

post-install:
	@${RM} ${STAGEDIR}${PREFIX}/bin/sprockets

.include <bsd.port.mk>