mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
Update BSDploy and plugins to the latest, greatest, stable and gold 1.0.0 release while @tomlazar and @fschulze are running BSDploy training at EuroPython 2014 :D - Update RUN_DEPENDS to require >= 1.0.0 for all plugins
24 lines
581 B
Makefile
24 lines
581 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ploy_fabric
|
|
DISTVERSION= 1.0.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.3.0:${PORTSDIR}/devel/py-fabric
|
|
|
|
USES= zip
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|