blob: 8e2ff4876d75439edb4cfcb856a42bf027a07534 (
plain)
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.0.0
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/60433187/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Bzr plugin to incrementally upload changes to a dumb server
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= ${BUILD_DEPENDS}
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_upload
.include <bsd.port.mk>
|