freebsd-ports/devel/rubygem-sprockets3/Makefile
Matthias Fechner ab10eae29b Update to 3.7.2 which is required for gitlab 11.0.2.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16127
2018-07-04 17:25:55 +00:00

27 lines
555 B
Makefile

# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
# $FreeBSD$
PORTNAME= sprockets
PORTVERSION= 3.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
rubygem-rack16>=1.0:www/rubygem-rack16
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/sprockets
.include <bsd.port.mk>