Prune devel/py-EnthoughtBase
[dports.git] / devel / py-pyro / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pyro
5 PORTVERSION=    4.39
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       Pyro4-${PORTVERSION}
10
11 MAINTAINER=     rm@FreeBSD.org
12 COMMENT=        Distributed Object Middleware for Python(IPC/RPC)
13
14 LICENSE=        MIT
15 LICENSE_FILE=   ${WRKSRC}/LICENSE
16
17 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}serpent>=1.11:${PORTSDIR}/devel/py-serpent
18
19 NO_ARCH=        yes
20 USES=           dos2unix python
21 USE_PYTHON=     autoplist concurrent distutils
22
23 PORTDOCS=       *
24 PORTEXAMPLES=   *
25
26 post-install:
27         @${MKDIR} ${STAGEDIR}${DOCSDIR}
28         (cd ${WRKSRC}/docs/source && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
29         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
30         (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
31
32 .include <bsd.port.mk>