# New ports collection makefile for:	py-DecoratorTools
# Date created:				20-jan-2008
# Whom:					alexander smishlajev
#
# $FreeBSD: ports/devel/py-decoratortools/Makefile,v 1.5 2010/10/01 01:08:21 sunpoet Exp $
#

PORTNAME=	DecoratorTools
PORTVERSION=	1.8
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Class, function, and metaclass decorators

USE_PYTHON=	2.4-2.7
USE_PYDISTUTILS=easy_install
USE_ZIP=	yes

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
