37bed79b31
- Add LICENSE PR: ports/188341 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
23 lines
570 B
Makefile
23 lines
570 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ec2-cli-tools
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
|
|
bash>=0:${PORTSDIR}/shells/bash
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
USES= shebangfix
|
|
SHEBANG_FILES= bin/ec2getsnaps bin/ec2hostcache bin/ec2ssh
|
|
|
|
.include <bsd.port.mk>
|