pkgsrc/net/py-soappy/buildlink2.mk
drochner 0cd6bf1d37 import SOAP.py from the "Web Services for Python" project, with some fixes
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.
2002-10-01 17:21:39 +00:00

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