freebsd-ports/devel/buildbot-slave/Makefile
Cheng-Lung Sung 06b8263147 - Update to 0.8.4
PR:		ports/158051
Submitted by:	Jin-Sih Lin <linpct_AT_gmail dot com>
2011-09-28 01:37:22 +00:00

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.4
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>