freebsd-ports/devel/py-backports_abc/Makefile
Grzegorz Blach 7128eb4eb1 Add new port: devel/py-backports_abc
A backport of recent additions to the 'collections.abc' module.
2015-11-07 18:49:25 +00:00

18 lines
381 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
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>