mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
18 lines
354 B
Makefile
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>
|