4b2794751a
- add MODPY_BADEGGS to fix cleaning as non-root PyWBEM is a Python library for making CIM operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowledge. PyWBEM is suitable for a large range of tasks from simply poking around to writing web and GUI applications.
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/31 08:30:42 sthen Exp $
|
|
|
|
COMMENT= CIM operations over HTTP in Python
|
|
|
|
MODPY_EGG_VERSION= 0.7.0
|
|
DISTNAME= pywbem-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-wbem-${MODPY_EGG_VERSION}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://sourceforge.net/apps/mediawiki/pywbem/
|
|
|
|
MAINTAINER= Mark Peoples <marco@azbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywbem/}
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
MODPY_BADEGGS= pywbem
|
|
|
|
.include <bsd.port.mk>
|