1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/www/py-qp/Makefile
Cheng-Lung Sung e32b815ab3 - update to 1.9.1
PR:		ports/105763
Submitted by:	maintainer (Dryice Liu)
2006-11-23 03:51:04 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: py-qp
# Date created: 14 Nov 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= qp
PORTVERSION= 1.9.1
CATEGORIES= www python
MASTER_SITES= http://www.mems-exchange.org/software/qp/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@dryice.name
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>