pkgsrc/net/py-simplesoap/Makefile
rodent 72858108d8 Import py27-simplesoap-1.10 as net/py-simplesoap.
Python Simple SOAP library for client and server webservices interfaces, aimed
to be as small and easy as possible, supporting most common functionality.
Initially it was inspired by PHP Soap Extension (mimicking it functionality,
simplicity and ease of use), with many advanced features added.
2014-04-22 00:07:52 +00:00

17 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/04/22 00:07:52 rodent Exp $
DISTNAME= PySimpleSOAP-1.10
PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1}
CATEGORIES= net python
MASTER_SITES= http://pysimplesoap.googlecode.com/files/
EXTRACT_SUFX= .zip
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://pysimplesoap.googlecode.com/files/
COMMENT= Python Simple SOAP Library
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"