ports/www/py-paste/Makefile
Nicola Vitale b4599e3d63 - Update to 1.7.5.1
- Install documentation
2010-09-21 15:52:20 +00:00

31 lines
658 B
Makefile

# New ports collection makefile for: py-paste
# Date created: 14 December 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= Paste
PORTVERSION= 1.7.5.1
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Tools for using a Web Server Gateway Interface stack
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.include <bsd.port.mk>