diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-01-31 00:01:50 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-01-31 00:01:50 +0000 |
commit | 46d3214b70b933402c30bbf757680b63d564ea4f (patch) | |
tree | 95bf0537aee07b98e1a723c1af8b9b8bfd954046 /sysutils/py-ploy_ansible/Makefile | |
parent | fcded89e6e408e45910a9bc58182671bfd9ae95a (diff) |
Notes
Diffstat (limited to 'sysutils/py-ploy_ansible/Makefile')
-rw-r--r-- | sysutils/py-ploy_ansible/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-ploy_ansible/Makefile b/sysutils/py-ploy_ansible/Makefile index abd59a38d9aa..f26769d44a2e 100644 --- a/sysutils/py-ploy_ansible/Makefile +++ b/sysutils/py-ploy_ansible/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ploy_ansible -DISTVERSION= 1.0.0 +DISTVERSION= 1.2.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:${PORTSDIR}/sysutils/py-ploy \ ansible>0:${PORTSDIR}/sysutils/ansible USES= python:-2.7 zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |