freebsd-ports/devel/py-decorator/Makefile
Steve Wills 1ee938dfb9 - Update to 3.4.0
PR:		ports/175202
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	Denis Shaposhnikov <dsh@bamus.cz> (maintainer)
2013-01-13 20:46:31 +00:00

18 lines
365 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= decorator
PORTVERSION= 3.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dsh@wizard.volgograd.ru
COMMENT= Better living through Python with decorators
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>