mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
www/yarn-node14: add a new slave port following the releases of nodejs
This commit is contained in:
parent
8bcb011337
commit
18c5a182e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559674
@ -2356,6 +2356,7 @@
|
||||
SUBDIR += yarn
|
||||
SUBDIR += yarn-node10
|
||||
SUBDIR += yarn-node12
|
||||
SUBDIR += yarn-node14
|
||||
SUBDIR += yaws
|
||||
SUBDIR += you-get
|
||||
SUBDIR += yourls
|
||||
|
13
www/yarn-node14/Makefile
Normal file
13
www/yarn-node14/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -node14
|
||||
|
||||
CONFLICTS_INSTALL= yarn yarn-node10 yarn-node12
|
||||
|
||||
OPTIONS_EXCLUDE= NODE NODE10 NODE12
|
||||
OPTIONS_SLAVE= NODE14
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../yarn
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user