mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
27 lines
618 B
Makefile
27 lines
618 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= webpack-rails
|
|
PORTVERSION= 0.9.11
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= JavaScript-first tooling to use webpack within your Rails application
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties5>=3.2.0:www/rubygem-railties5
|
|
|
|
# www/gitlab-ce still depends on this port
|
|
DEPRECATED= Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead
|
|
EXPIRATION_DATE=2019-07-31
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|