mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b7f0d21847
Changelog: https://docs.buildbot.net/current/relnotes/2.x.html#buildbot-2-10-5-2021-04-05 Approved by: koobs (maintainer, implicit)
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
|
|
PORTNAME= buildbot-pkg
|
|
PORTVERSION= 2.10.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Buildbot packaging tools
|
|
|
|
LICENSE= GPLv2
|
|
#LICENSE_FILE= Not packaged in sdist
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|