22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Created by: alexander smishlajev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DecoratorTools
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Class, function, and metaclass decorators
|
|
|
|
LICENSE= PSFL ZPL21
|
|
LICENSE_COMB= dual
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= 2
|
|
USES= zip
|
|
|
|
.include <bsd.port.mk>
|