mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
20 lines
393 B
Makefile
20 lines
393 B
Makefile
PORTNAME= buildbot-pkg
|
|
DISTVERSION= 3.11.9
|
|
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>
|