freebsd-ports/devel/py-decoratortools/Makefile
Martin Wilke 5e9f42cbda - Move from py24 over to py25 or above
- Drop md5 support
2011-02-25 07:50:41 +00:00

24 lines
512 B
Makefile

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