# New ports collection makefile for:	py-importlib
# Date created:		14 February 2012
# Whom:			Alexandros Kosiaris <akosiaris+ports@gmail.com>
#
# $FreeBSD: ports/devel/py-importlib/Makefile,v 1.1 2012/02/24 18:34:39 jgh Exp $
#

PORTNAME=	importlib
PORTVERSION=	1.0.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	akosiaris+ports@gmail.com
COMMENT=	Backport of importlib.import_module() from Python 2.7

USE_PYTHON=	2.3-2.6
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
