summaryrefslogtreecommitdiff
path: root/devel/rubygem-sprockets-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-sprockets-gitlab/Makefile')
-rw-r--r--devel/rubygem-sprockets-gitlab/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/rubygem-sprockets-gitlab/Makefile b/devel/rubygem-sprockets-gitlab/Makefile
new file mode 100644
index 000000000000..245423e71283
--- /dev/null
+++ b/devel/rubygem-sprockets-gitlab/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= sprockets
+PORTVERSION= 3.7.5
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby library that preprocesses and concatenates JavaScript files
+WWW= https://github.com/rails/sprockets
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
+ rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
+ rubygem-rack22>=1,3<3,3:www/rubygem-rack22
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= sprockets_project
+
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/bin/sprockets
+
+.include <bsd.port.mk>