c7c4d5b4bf
- Change MASTER_SITES to CHEESESHOP Changes: https://scons.org/tag/releases.html https://github.com/SCons/scons/blob/master/CHANGES.txt PR: 262255 Exp-run by: antoine
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# Created by: Peter Haight <peterh@sapros.com>
|
|
|
|
PORTNAME= scons
|
|
PORTVERSION= 4.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
|
DISTNAME= SCons-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Build tool alternative to make
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|