1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/py-boto/Makefile
2016-03-13 18:20:16 +00:00

22 lines
412 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= boto
PORTVERSION= 2.39.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python interface to Amazon Web Services
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
CONFLICTS= p5-Net-Amazon-Route53-[0-9]*
.include <bsd.port.mk>