freebsd-ports/devel/bzr-explorer/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

22 lines
495 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:devel/bzr
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:devel/qbzr@${PY_FLAVOR} \
bzr:devel/bzr
USES= gettext python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>