mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
devel/buildbot -> devel/py-buildbot devel/buildbot-worker -> devel/py-buildbot-worker devel/buildbot-console-view -> devel/py-buildbot-console-view devel/buildbot-grid-view -> devel/py-buildbot-grid-view devel/buildbot-pkg -> devel/py-buildbot-pkg devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view devel/buildbot-www -> devel/py-buildbot-www - Update MAINTAINER - Allow builds with Python 3.x Reviewed_by: koobs Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks) Differential Revision: D12499
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# Created by: Michael Gmelin <grembo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= buildbot-pkg
|
|
PORTVERSION= 0.9.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Continuous Integration Framework (packaging)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|