mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
18 lines
339 B
Makefile
18 lines
339 B
Makefile
PORTNAME= nodeenv
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Node.js virtual environment builder
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|