aboutsummaryrefslogtreecommitdiffstats
path: root/devel/buildbot/Makefile
blob: 2e670e4cb77eaf8ae5035b848de0a4ed869b4832 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    buildbot
# Date created:     27 Sep 2005
# Whom:         Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   buildbot
PORTVERSION=    0.7.6
CATEGORIES= devel python
MASTER_SITES=   SF

MAINTAINER= jkoshy@FreeBSD.org
COMMENT=    Automated system from compile/test cycle to validate code changes

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
USE_TWISTED_RUN=    mail web words

post-patch:
    @${FIND} ${WRKSRC} -type f | ${XARGS} -n 10 ${REINPLACE_CMD} -e \
        's|/usr/bin/python|${PYTHON_CMD}|g'
    @${FIND} ${WRKSRC}/buildbot/test/mail -name \*.bak -delete

.include <bsd.port.mk>