mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
Changelog: https://docs.buildbot.net/current/relnotes/2.x.html#buildbot-2-10-5-2021-04-05 Approved by: koobs (maintainer, implicit)
20 lines
391 B
Makefile
20 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>
|