freebsd-ports/devel/bzr-explorer/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

22 lines
514 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-explorer
PORTVERSION= 1.3.0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/109861791/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop application for using bzr
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \
bzr:${PORTSDIR}/devel/bzr
USES= gettext python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>