pkgsrc/devel/scons/Makefile
adam 786065f672 Changes 2.3.2:
This release adds new features, and fixes and improves a number of issues. This will be the last release to support Python versions earlier than 2.7, as we begin to move toward supporting Python 3.
2014-07-19 12:30:49 +00:00

19 lines
550 B
Makefile

# $NetBSD: Makefile,v 1.26 2014/07/19 12:30:49 adam Exp $
DISTNAME= scons-2.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.scons.org/
COMMENT= Python-based, open-source build system
LICENSE= mit
REPLACE_PYTHON+= script/scons script/scons-time script/sconsign
# not yet ported as of 2.3.0, but progress promised
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"