freebsd-ports/devel/py-backports_abc/Makefile

19 lines
381 B
Makefile
Raw Normal View History

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports_abc
2016-11-13 13:42:09 +01:00
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
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>