mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
24 lines
529 B
Makefile
24 lines
529 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webpacker
|
|
PORTVERSION= 3.5.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Use Webpack to manage app-like JavaScript modules in Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport50>=4.2:devel/rubygem-activesupport50 \
|
|
rubygem-rack-proxy>=0.6.1:www/rubygem-rack-proxy \
|
|
rubygem-railties50>=4.2:www/rubygem-railties50 \
|
|
yarn>=0:www/yarn
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|