mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
26 lines
494 B
Makefile
26 lines
494 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.5.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
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]*
|
|
|
|
.include <bsd.port.mk>
|