freebsd-ports/www/quixote/Makefile
Dryice Dong Liu 8f04c3ed45 - update to 2.5
- now Python 2.5 compitable
- depends on www/py-qpy
- update my mail address
2008-01-07 11:42:32 +00:00

38 lines
981 B
Makefile

# New ports collection makefile for: quixote
# Date created: 18 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quixote
PORTVERSION= 2.5
CATEGORIES= www python
MASTER_SITES= http://quixote.ca/releases/ \
http://dryice.name/computer/FreeBSD/distfiles/
DISTNAME= Quixote-${PORTVERSION}
MAINTAINER= dryice@FreeBSD.ORg
COMMENT= A framework for developing web applications in Python
RUN_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Quixote
.include <bsd.port.pre.mk>
post-install:
@ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \
${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \
${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/*.ptl
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in ACKS.txt CHANGES.txt LICENSE.txt README.txt TODO doc/*
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>