Files
Muhammad Moinur Rahman 71eb9cf788 devel/py-buildbot-pkg: Update version 4.2.1=>4.3.0
Changelog: https://github.com/buildbot/buildbot/releases/tag/v4.3.0

Sponsored by:	The FreeBSD Foundation
2025-05-18 21:50:05 +02:00

21 lines
392 B
Makefile

PORTNAME= buildbot-pkg
DISTVERSION= 4.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= buildbot_pkg-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Buildbot packaging tools
WWW= https://buildbot.net
LICENSE= GPLv2
#LICENSE_FILE= Not packaged in sdist
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>