# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD: head/devel/py-backports_abc/Makefile 401016 2015-11-07 18:49:25Z gblach $

PORTNAME=	backports_abc
PORTVERSION=	0.4
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

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>