Make way for devel/py-fabric to be updated to its latest version (2.x) Updates dependents that require fabric < 2 to devel/py-fabric1 Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D21304
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cuisine
|
|
PORTVERSION= 0.7.13
|
|
PORTREVISION= 1
|
|
#PORTEPOCH= 0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ume@FreeBSD.org
|
|
COMMENT= Chef-like functionality for Fabric
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fabric1>=1.7,1:devel/py-fabric1@${PY_FLAVOR}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|