1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/bzr-svn/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

24 lines
496 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-svn
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/102178824/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for bzr to work with svn
LICENSE= GPLv2
BUILD_DEPENDS+= bzr:devel/bzr
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/subvertpy/__init__.py:devel/py-subvertpy@${PY_FLAVOR} \
bzr:devel/bzr
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>