freebsd-ports/sysutils/iocage/Makefile
Marcelo Araujo 3fb8ce0418 - Drop support for devel/dulwich. [0]
- The port works fine with devel/git too, we should first check if there
  is git installed, instead to assume we need to install git-lite. [1]
- Bump PORTREVISION.

Submitted by:	dvl [0]
Reported by:	many [1]
2019-10-01 05:49:22 +00:00

38 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= iocage
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo@FreeBSD.org
COMMENT= FreeBSD jail manager written in Python3
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py-coloredlogs@${PY_FLAVOR} \
ca_root_nss>0:security/ca_root_nss \
${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py-texttable@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py-libzfs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}GitPython>0:devel/py-gitpython@${PY_FLAVOR} \
${LOCALBASE}/bin/git:devel/git-lite \
merge:devel/rcs57
USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
NO_ARCH= yes
CONFLICTS= py27-iocage-[0-9]*
.include <bsd.port.mk>