mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added freebsd ports package
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
This commit is contained in:
parent
83d1028a21
commit
a9cc24dcd5
2 changed files with 27 additions and 0 deletions
23
packaging/port/sysutils/ansible/Makefile
Normal file
23
packaging/port/sysutils/ansible/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ansible
|
||||
PORTVERSION= 0.6
|
||||
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>
|
4
packaging/port/sysutils/ansible/pkg-descr
Normal file
4
packaging/port/sysutils/ansible/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ansible is a radically simple model-driven configuration management, deployment, and command execution framework.
|
||||
|
||||
Author: Michael DeHaan
|
||||
WWW: http://ansible.github.com/
|
Loading…
Add table
Reference in a new issue