46d3214b70
- Update bsdploy to 1.3 - Update all py-ploy[_]* dependencies: ploy: 1.0.3 ploy_ensible: 1.2.1 ploy_ec2: 1.1.1 ploy_ezjail: 1.1.0 ploy_fabric 1.1.0 - Sort USE_PYTHON's Changes: * bsdploy: https://github.com/ployground/bsdploy/blob/1.3/CHANGES.rst * ploy: https://github.com/ployground/ploy/blob/1.0.3/HISTORY.rst * ploy_ansible: https://github.com/ployground/ploy_ansible/blob/1.2.1/HISTORY.rst * ploy_ec2: https://github.com/ployground/ploy_ec2/blob/1.1.1/HISTORY.rst * ploy_ezjail: https://github.com/ployground/ploy_ezjail/blob/1.1.0/HISTORY.rst * ploy_fabric: https://github.com/ployground/ploy_fabric/blob/1.1.0/HISTORY.rst
22 lines
558 B
Makefile
22 lines
558 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ploy_fabric
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Ploy plugin for integration with Fabric
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \
|
|
${PYTHON_PKGNAMEPREFIX}fabric>=1.4.0:${PORTSDIR}/devel/py-fabric
|
|
|
|
USES= python:-2.7 zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|