mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# Created by: Peter Schuller <peter.schuller@infidyne.com>
|
|
|
|
PORTNAME= boto
|
|
PORTVERSION= 2.49.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Python interface to Amazon Web Services
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= p5-Net-Amazon-Route53-[0-9]*
|
|
|
|
.include <bsd.port.mk>
|