freebsd-ports/devel/buildbot-slave/Makefile
Tom Judge 84d9baca21 Update to 0.8.6p1 and take maintainership of port.
Changes:
	http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html
	http://trac.buildbot.net/wiki/Buildbot085

PR:		ports/163674
Submitted by:	Michael Gmelin <freebsd@grem.de>
Approved by: 	clsung (maintainer)
Approved by: 	eadler (mentor)
2012-08-20 01:45:03 +00:00

26 lines
614 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.6p1
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
MAINTAINER= tj@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>