mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
19 lines
456 B
Makefile
19 lines
456 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ec2-cli-tools
|
|
PORTVERSION= 1.4
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|