1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/bzr-upload/Makefile

27 lines
551 B
Makefile

# 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= cs@FreeBSD.org
COMMENT= Bzr plugin to incrementally upload changes to a dumb server
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_upload
NO_STAGE= yes
.include <bsd.port.mk>