2008-01-28 10:23:35 +01:00
|
|
|
# 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
|
|
|
|
|
2009-12-13 18:00:14 +01:00
|
|
|
USE_PYTHON= 2.4+
|
2008-01-28 10:23:35 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|