Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.21 2014/03/10 15:42:19 fhajny Exp $
# $NetBSD: Makefile,v 1.31 2015/01/29 08:44:44 fhajny Exp $
DISTNAME= node-v0.10.26
DISTNAME= node-v0.10.36
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}
@@ -11,11 +11,10 @@ COMMENT= V8 JavaScript for clients and servers
LICENSE= mit
HAS_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_TOOLS+= gmake
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.10.24
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.10.24
.include "../../mk/bsd.prefs.mk"
.include "options.mk"