1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/py-spreadmodule/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

31 lines
751 B
Makefile

# New ports collection makefile for: py-spreadmodule
# Date created: 24 May 2002
# Whom: Joshua Goodall <joshua@roughtrade.net>
#
# $FreeBSD$
#
PORTNAME= spreadmodule
PORTVERSION= 1.4
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYTHON}
MASTER_SITE_SUBDIR=other/spread
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SpreadModule-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A python extension module for the Spread group communcations package
LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread
PLIST_FILES= %%PYTHON_SITELIBDIR%%/spread.so
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= SpreadModule
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.py
.include <bsd.port.mk>