1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/packaging/port/sysutils/ansible/Makefile
Joshua Lund 0f81d1630f * Updated all ansible.cc references in the documentation to point
to ansibleworks.com
* Fixed a few misspelled words
2013-06-19 19:34:02 -06:00

27 lines
746 B
Makefile

# $FreeBSD$
PORTNAME= ansible
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= python net-mgmt
MASTER_SITES= http://ansibleworks.com/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com
COMMENT= Ansible ssh based config management framework
RUN_DEPENDS= python>2.5:${PORTSDIR}/lang/python ${PORTSDIR}/devel/py-Jinja2 ${PORTSDIR}/devel/py-yaml \
${PORTSDIR}/security/py-paramiko ${PORTSDIR}/devel/py-simplejson
FETCH_ARGS= -pRr
USE_PYTHON= yes
USE_PYDISTUTILS= yes
#TODO:add optional dependencies (fireball mode i.e)
# extracts with github name + short hash, needs to be updated with new releases
#pre-configure:
# @${MV} ${WRKDIR}/ansible ${WRKSRC}
.include <bsd.port.mk>