freebsd-ports/devel/buildbot/Makefile
Cheng-Lung Sung 542de25cf0 - Update to 0.7.12
PR:		ports/143635
Submitted by:	lwhsu
2010-02-09 02:29:56 +00:00

25 lines
577 B
Makefile

# New ports collection makefile for: buildbot
# Date created: 27 Sep 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= buildbot
PORTVERSION= 0.7.12
CATEGORIES= devel python
MASTER_SITES= SF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Automated system from compile/test cycle to validate code changes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_TWISTED_RUN= conch mail web words
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>