ports/devel/py-buildbot-pkg/Makefile
2021-05-16 11:40:40 -03:00

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>