aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bzr-upload/Makefile
blob: 9adeec085f166592449f1735b00f0f7f18e67de8 (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
# Created by: Carlo Strub <c-s@c-s.li>
# $FreeBSD$

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

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

LICENSE=    GPLv2

BUILD_DEPENDS=  bzr:devel/bzr
RUN_DEPENDS:=   ${BUILD_DEPENDS}

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

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>