aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bzr-upload/Makefile
blob: 8d0386e3463084e4f696bf2312bcef07542e07df (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
26
27
28
# Ports collection makefile for:    bzr-upload
# Date created:             2010-12-11
# Whom:                 Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#

PORTNAME=   bzr-upload
PORTVERSION=    1.1.0
CATEGORIES= devel
MASTER_SITES=   http://launchpadlibrarian.net/96912507/ \
        http://www.c-s.li/ports/

MAINTAINER= cs@FreeBSD.org
COMMENT=    Bzr plugin to incrementally upload changes to a dumb server

LICENSE=    GPLv2

BUILD_DEPENDS=  bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS:=   ${BUILD_DEPENDS}

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    bzr_upload

.include <bsd.port.mk>