mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= boto
|
|
PORTVERSION= 2.6.0
|
|
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>
|