# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD: head/devel/py-backports_abc/Makefile 457550 2017-12-29 22:29:37Z gblach $

PORTNAME=	backports_abc
PORTVERSION=	0.5
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	gblach@FreeBSD.org
COMMENT=	Backport of recent additions to the 'collections.abc' module

LICENSE=	PSFL

NO_ARCH=	yes
USES=		python:-3.4
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
