Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / py-decoratortools / Makefile
1 # Created by: alexander smishlajev
2 # $FreeBSD$
3
4 PORTNAME=       DecoratorTools
5 PORTVERSION=    1.8
6 PORTREVISION=   2
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Class, function, and metaclass decorators
13
14 LICENSE=        PSFL ZPL21
15 LICENSE_COMB=   dual
16
17 USE_PYTHON=     autoplist distutils
18 USES=           python:2 zip
19
20 .include <bsd.port.mk>