blob: 15e8d910962d3160629066b1b178e5baa6284d8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: py-boto
# Date created: Aug 26, 2007
# Whom: Peter Schuller <peter.schuller@infidyne.com>
#
# $FreeBSD$
#
PORTNAME= boto
PORTVERSION= 1.4c
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= peter.schuller@infidyne.com
COMMENT= Python interface to Amazon Web Services
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
.include <bsd.port.mk>
|