1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/py-boto/Makefile
2016-10-28 20:18:53 +00:00

22 lines
417 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= boto
PORTVERSION= 2.43.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:2.7+
USE_PYTHON= autoplist distutils
CONFLICTS= p5-Net-Amazon-Route53-[0-9]*
.include <bsd.port.mk>