ports/devel/py-boto/Makefile
Antoine Brodin 377901b804 Simplify some USES=python
With hat:	portmgr
2017-12-29 09:01:54 +00:00

21 lines
431 B
Makefile

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