23 lines
467 B
Makefile
23 lines
467 B
Makefile
# Created by: alexander smishlajev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DecoratorTools
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Class, function, and metaclass decorators
|
|
|
|
LICENSE= PSFL ZPL21
|
|
LICENSE_COMB= dual
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|