mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dab731944f
PR: ports/142224 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
22 lines
464 B
Makefile
22 lines
464 B
Makefile
# New ports collection makefile for: py-boto
|
|
# Date created: Aug 26, 2007
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= boto
|
|
PORTVERSION= 1.9b
|
|
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>
|