# New ports collection makefile for: py-paste # Date created: 14 December 2006 # Whom: Dryice Liu # # $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