freebsd-ports/devel/bzr-explorer/Makefile

23 lines
495 B
Makefile
Raw Normal View History

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-explorer
2012-07-17 22:42:21 +02:00
PORTVERSION= 1.3.0
CATEGORIES= devel
2012-07-17 22:42:21 +02:00
MASTER_SITES= https://launchpadlibrarian.net/109861791/ \
http://www.c-s.li/ports/
2013-10-05 21:04:33 +02:00
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>