freebsd-ports/devel/py-decoratortools/Makefile
Dryice Dong Liu 08fc9f7784 Installing DecoratorTools gives access to the peak.util.decorators module.
The tools in this module have been bundled for years inside of PEAK,
PyProtocols, RuleDispatch, and the zope.interface package, so they have been
widely used and tested.

Recent versions of the TurboGears framework (ported to FreeBSD as
www/py-turbogears) require the DecoratorTools package.

PR:		ports/119835
Submitted by:	alexander smishlajev <alex@ank-sia.com>
2008-01-28 09:23:35 +00:00

25 lines
552 B
Makefile

# New ports collection makefile for: py-DecoratorTools
# Date created: 20-jan-2008
# Whom: alexander smishlajev
#
# $FreeBSD$
#
PORTNAME= DecoratorTools
PORTVERSION= 1.7
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/D/DecoratorTools
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Class, function, and metaclass decorators
USE_PYTHON= 2.3+
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>