blob: 54e320ca5668f94b35a50e3e14d2b078c9f88483 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= boto
PORTVERSION= 2.13.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python interface to Amazon Web Services
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
CONFLICTS= p5-Net-Amazon-Route53-[0-9]*
NO_STAGE= yes
.include <bsd.port.mk>
|