ports/devel/py-buildbot-pkg/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>