freebsd-ports/net/py-xmlrpc/Makefile
Maxim Sobolev 3ea81dfd17 Fix python interpreter crash caused by the incorrect use of PyMem_DEL()
instead of PyObject_DEL().

PR:		ports/131609
Submitted by:	Andriy Pylypenko <bamby@sippysoft.com>
Approved by:	MAINTAINER's timeout
2009-02-27 01:35:30 +00:00

31 lines
752 B
Makefile

# New ports collection makefile for: py-xmlrpc
# Date created: 22 April 2001
# Whom: Hye-Shik Chang <perky@python.or.kr>
#
# $FreeBSD$
#
PORTNAME= xmlrpc
PORTVERSION= 0.8.8.3
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= py-${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= A fast implementation of the xmlrpc spec for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= py-xmlrpc
EXAMPLESDIR= ${PREFIX}/share/examples/py-xmlrpc
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${EXAMPLESDIR}
${TAR} -C ${WRKSRC}/examples -cf- . | ${TAR} -C ${EXAMPLESDIR} -xpf-
.endif
.include <bsd.port.mk>