freebsd-ports/devel/py-decorator/Makefile
Li-Wen Hsu ae43f6903c - Update to 3.3.1
PR:		ports/158286
Submitted by:	lwhsu
Approved by:	Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
2011-07-03 17:11:32 +00:00

22 lines
492 B
Makefile

# New ports collection makefile for: py-decorator
# Date created: Thu Jun 21 14:49:52 MSD 2007
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= decorator
PORTVERSION= 3.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dsh@wizard.volgograd.ru
COMMENT= Better living through Python with decorators
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
.include <bsd.port.mk>