forked from Lainports/freebsd-ports
- Fix shebang on bash files [1] - Staging seems to work fine, go ahead and enable it - Bump PORTREVISION for package change PR: ports/184277 [1] Reported by: Koichiro IWAO <meta+ports@vmeta.jp> [1]
22 lines
572 B
Makefile
22 lines
572 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ec2-cli-tools
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
|
|
|
|
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>
|