mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
7ab780e035
- Pass maintainership to submitter PR: 131503 Submitted by: Wen Heping <wenheping@gmail.com>
30 lines
760 B
Makefile
30 lines
760 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.5
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.zope.org/Members/tim_one/spread/SpreadModule-1.5/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SpreadModule-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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>
|