openbsd-ports/devel/py-twisted/core/Makefile
2011-06-20 10:25:32 +00:00

42 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.20 2011/06/20 10:25:32 eric Exp $
COMMENT= event-based Python framework (core module)
VERSION= 11.0.0
DISTNAME= TwistedCore-${VERSION}
PKGNAME= py-twisted-core-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedCore
MASTER_SITES= http://twistedmatrix.com/Releases/Core/${VERSION:R}/
RUN_DEPENDS= devel/py-zopeinterface \
security/py-openssl
WANTLIB += ${MODPY_WANTLIB}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-twisted-core
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/py-twisted-core/
${INSTALL_SCRIPT} ${FILESDIR}/twisted-regen-dropin.cache ${PREFIX}/sbin/
${SUBST_CMD} ${PREFIX}/sbin/twisted-regen-dropin.cache
rm ${PREFIX}/sbin/twisted-regen-dropin.cache.*
cd ${WRKSRC}/doc && \
find . -type d -exec ${INSTALL_DATA_DIR} \
${PREFIX}/share/doc/py-twisted-core/{} \; && \
find . ! -type d -exec ${INSTALL_DATA} {} \
${PREFIX}/share/doc/py-twisted-core/{} \;
mv ${PREFIX}/share/doc/py-twisted-core/examples ${PREFIX}/share/examples/py-twisted-core
cd ${PREFIX} && find . -name "*.orig" -exec rm {} \;
TRIAL_TARGET?= twisted.application.test \
twisted.internet.test \
twisted.protocols.test \
twisted.python.test \
twisted.scripts.test \
twisted.test \
twisted.trial.test
.include <bsd.port.mk>