mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
25 lines
509 B
Makefile
25 lines
509 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= 2.0b4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Python interface to Amazon Web Services
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
CONFLICTS= py2[0-9]-boto-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|