2013-09-20 19:03:26 +02:00
|
|
|
# Created by: Carlo Strub
|
2010-06-02 08:42:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bzr-explorer
|
2012-07-17 22:42:21 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2010-06-02 08:42:42 +02:00
|
|
|
CATEGORIES= devel
|
2012-07-17 22:42:21 +02:00
|
|
|
MASTER_SITES= https://launchpadlibrarian.net/109861791/ \
|
2010-06-02 08:42:42 +02:00
|
|
|
http://www.c-s.li/ports/
|
|
|
|
|
2013-10-05 21:04:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2010-06-02 08:42:42 +02:00
|
|
|
COMMENT= Desktop application for using bzr
|
|
|
|
|
2012-02-24 21:51:10 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= bzr:devel/bzr
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:devel/qbzr@${PY_FLAVOR} \
|
2016-04-01 16:00:51 +02:00
|
|
|
bzr:devel/bzr
|
2010-06-02 08:42:42 +02:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= gettext python:2.7
|
2014-10-20 18:04:12 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2010-06-02 08:42:42 +02:00
|
|
|
|
2010-10-09 05:01:50 +02:00
|
|
|
.include <bsd.port.mk>
|