e1b2c3512f
- buildbot now goes to Google Code - New releases are no longer uploaded to SourceForge PR: ports/154778 Submitted by: kwm
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# New ports collection makefile for: buildbot-slave
|
|
# Date created: 12 Jul 2010
|
|
# Whom: Frederic Praca <frederic.praca@freebsd-fr.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= buildbot-slave
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Slave part of Buildbot, an continuous integration system
|
|
|
|
PROJECTHOST= buildbot
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
USE_TWISTED_RUN= runner
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
|
's|/usr/bin/python|${PYTHON_CMD}|g'
|
|
@${FIND} ${WRKSRC} -name \*.bak -delete
|
|
|
|
.include <bsd.port.mk>
|