freebsd-ports/devel/buildbot/Makefile
2008-09-26 08:57:11 +00:00

26 lines
606 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.9
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= easy_install
USE_TWISTED_RUN= mail web words
PYDISTUTILS_NOEGGINFO= yes
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>