# New ports collection makefile for:	py-apipkg
# Date created:				5 Nov, 2010
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/devel/py-apipkg/Makefile,v 1.1 2010/11/05 08:24:39 wen Exp $
#

PORTNAME=	apipkg
PORTVERSION=	1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Namespace control and lazy-import mechanism

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
