1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-decorator/Makefile
Martin Wilke abc1288808 - Update to 3.0.1
PR:		131735
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-03-16 20:48:01 +00:00

29 lines
604 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.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dsh@vlink.ru
COMMENT= Better living through Python with decorators
USE_PYTHON= 2.4+
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>