2006-12-14 12:38:34 +01:00
|
|
|
# New ports collection makefile for: py-paste
|
|
|
|
# Date created: 14 December 2006
|
|
|
|
# Whom: Dryice Liu <dryice@dryice.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Paste
|
2010-09-21 17:52:20 +02:00
|
|
|
PORTVERSION= 1.7.5.1
|
2011-02-25 05:40:31 +01:00
|
|
|
PORTREVISION= 1
|
2006-12-14 12:38:34 +01:00
|
|
|
CATEGORIES= www python
|
2010-04-20 11:18:45 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-12-14 12:38:34 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-05-06 21:30:14 +02:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2006-12-14 12:38:34 +01:00
|
|
|
COMMENT= Tools for using a Web Server Gateway Interface stack
|
|
|
|
|
2010-09-21 17:52:20 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
|
2011-02-25 05:40:31 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-11-07 15:05:16 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2006-12-31 14:30:35 +01:00
|
|
|
|
2010-09-21 17:52:20 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
2006-12-14 12:38:34 +01:00
|
|
|
.include <bsd.port.mk>
|