mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ba7d7f8a37
Add yarn-node12 slave port after the release of Node.js 12 as stable
14 lines
267 B
Makefile
14 lines
267 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node12
|
|
|
|
CONFLICTS_INSTALL= yarn yarn-node8 yarn-node10
|
|
|
|
OPTIONS_EXCLUDE= NODE NODE6 NODE8 NODE10
|
|
OPTIONS_SLAVE= NODE12
|
|
|
|
MASTERDIR= ${.CURDIR}/../yarn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|