ports/devel/py-backports_abc/Makefile
Sunpoet Po-Chuan Hsieh 5ba7e92813 Fix typo
Reported by:	kai
2019-09-06 17:44:20 +00:00

20 lines
401 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports_abc
PORTVERSION= 0.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Backport of recent additions to the 'collections.abc' module
LICENSE= PSFL
USES= python:-3.4
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>