freebsd-ports/devel/py-pyro/Makefile
Wen Heping b0aa9c691a - Update to 4.1
Feature safe:	yes
2010-06-29 07:57:42 +00:00

34 lines
775 B
Makefile

# New ports collection makefile for: py-pyro
# Date created: 2008-12-30
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pyro
PORTVERSION= 4.1
CATEGORIES= devel python
MASTER_SITES= http://www.xs4all.nl/~irmen/pyro4/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pyro-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Distributed Object Middleware for Python(IPC/RPC)
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Pyro
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>