freebsd-ports/devel/py-decorator/Makefile
Li-Wen Hsu 475f05eb65 - Update to 3.2.0
PR:		ports/150963
Submitted by:	lwhsu
Approved by:	Denis Shaposhnikov <dsh@wizard.volgograd.ru>
2010-10-09 09:25:38 +00:00

28 lines
614 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.2.0
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}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/documentation.* ${DOCSDIR}
.endif
.include <bsd.port.mk>