mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4942ce5a7d
- 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
31 lines
751 B
Makefile
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>
|