1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/py-paste/Makefile
Martin Wilke b960de69c9 - Move over to py25
- while here drop md5 support
- Small cleanups
2011-02-25 04:40:31 +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= 1
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.5+
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>