Files
bsdports/devel/scons/Makefile
2022-11-20 13:27:49 +02:00

18 lines
354 B
Makefile

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
WWW= https://scons.org/
USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>