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
2012-09-06 18:56:38 -04:00

23 lines
655 B
Makefile

# $FreeBSD$
PORTNAME= ansible
PORTVERSION= 0.8
CATEGORIES= devel www textproc python
MASTER_SITES= https://github.com/downloads/ansible/ansible/
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
# extracts with github name + short hash, needs to be updated with new releases
#pre-configure:
# @${MV} ${WRKDIR}/ansible ${WRKSRC}
.include <bsd.port.mk>