1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/py-qp/Makefile
Dryice Dong Liu a7991ab177 - update to 2.0
- add MASTER_SITE_LOCAL
- update my mail address
2007-06-16 09:58:46 +00:00

47 lines
1.2 KiB
Makefile

# New ports collection makefile for: py-qp
# Date created: 14 Nov 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= qp
PORTVERSION= 2.0
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/qp/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@FreeBSD.org
COMMENT= A python web framework to use qpy and durus together
BUILD_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy
BUILD_DEPENDS+= durus:${PORTSDIR}/devel/py-durus
BUILD_DEPENDS+= pythoni:${PORTSDIR}/devel/py-repl
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
SUB_FILES+= pkg-message
SUB_LIST+= PYTHON_VERSION=${PYTHON_VERSION}
.include <bsd.port.pre.mk>
post-install:
@ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \
${PYTHON_CMD} -c "import qp.fill"; \
cd ${WRKSRC}; \
${PYTHON_CMD} setup.py install_demo_sites ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in CHANGES.txt LICENSE.txt README.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>