1
0
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:
Luca Pizzamiglio 2020-12-30 17:16:37 +00:00
parent 8bcb011337
commit 18c5a182e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559674
2 changed files with 14 additions and 0 deletions

View File

@ -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
View 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"