freebsd-ports/devel/scons/Makefile
Po-Chuan Hsieh c650cb98a9
devel/scons: Update to 4.4.0
- Update WWW and clean up pkg-descr

Changes:	https://scons.org/tag/releases.html
		https://github.com/SCons/scons/blob/master/CHANGES.txt
PR:		270719
Exp-run by:	antoine
2023-04-20 02:54:26 +08:00

21 lines
429 B
Makefile

PORTNAME= scons
PORTVERSION= 4.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
DISTNAME= SCons-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build tool alternative to make
WWW= https://scons.org/ \
https://github.com/SCons/scons
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>