18 lines
465 B
Makefile
18 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"
|