pkgsrc-wip/py-openxmllib/Makefile
Aleksej Saushev 600eb5673b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 12:25:12 +00:00

20 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/07 12:25:36 asau Exp $
#
DISTNAME= openxmllib-1.0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://openxmllib.googlecode.com/files/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://code.google.com/p/openxmllib/
COMMENT= Provides resources to handle OpenXML documents from Python
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"