2016-10-18 07:26:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2016/10/18 07:26:26 ajacoutot Exp $
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
COMMENT= python interface to amazon web services
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-10-18 07:26:26 +00:00
|
|
|
MODPY_EGG_VERSION= 2.43.0
|
2016-03-20 11:18:11 +00:00
|
|
|
DISTNAME= boto-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME= py-${DISTNAME}
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
CATEGORIES= net
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
HOMEPAGE= https://github.com/boto/boto
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
2008-06-09 18:20:36 +00:00
|
|
|
|
|
|
|
# MIT
|
2016-03-20 11:18:11 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
MODULES= lang/python
|
2016-04-29 10:18:43 +00:00
|
|
|
|
2016-07-08 07:52:43 +00:00
|
|
|
MODPY_PI= Yes
|
2016-03-20 11:18:11 +00:00
|
|
|
MODPY_SETUPTOOLS= Yes
|
2008-06-09 18:20:36 +00:00
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
RUN_DEPENDS= security/py-paramiko \
|
2014-05-12 20:35:50 +00:00
|
|
|
textproc/py-yaml \
|
2013-03-28 23:58:48 +00:00
|
|
|
www/py-requests
|
|
|
|
|
2016-03-20 11:18:11 +00:00
|
|
|
# requires an AWS account
|
|
|
|
TEST_IS_INTERACTIVE= Yes
|
2013-03-28 23:58:48 +00:00
|
|
|
|
2008-06-09 18:20:36 +00:00
|
|
|
.include <bsd.port.mk>
|