to make it work with Python-2.2 (extracted from py-google). This is the third SOAP implementation in Python I've tried, and the first which actually works.
7 lines
241 B
Makefile
7 lines
241 B
Makefile
# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/10/01 17:21:39 drochner Exp $
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_PACKAGES+= pysoappy
|
|
BUILDLINK_DEPENDS.pytk?= ${PYPKGPREFIX}-SOAPpy-*
|
|
BUILDLINK_PKGSRCDIR.pytk?= ../../net/py-soappy
|