aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-boto/Makefile
blob: d86b5d379a8aaaa8b700d3b09303c2dac717ce87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    py-boto
# Date created:         Aug 26, 2007
# Whom:             Peter Schuller <peter.schuller@infidyne.com>
#
# $FreeBSD$
#

PORTNAME=   boto
PORTVERSION=    1.6b
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE} \
        CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= peter.schuller@infidyne.com
COMMENT=    Python interface to Amazon Web Services

USE_PYTHON= 2.4+
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>