pkgsrc-wip/py-xlutils/Makefile
Aleksej Saushev 110a050a9b 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 13:57:25 +00:00

20 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:33 asau Exp $
#
VERS= 1.4.1
DISTNAME= xlutils-${VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= http://pypi.python.org/packages/source/x/xlutils/
MAINTAINER= helgoman@users.sourceforge.net
HOMEPAGE= http://www.simplistix.co.uk/software/python/xlutils
COMMENT= Utilities for working with Excel files
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-xlrd>=0.7.1:../../textproc/py-xlrd
.include "../../lang/python/egg.mk"
.include "../../wip/py-errorhandler/buildlink3.mk"
.include "../../wip/py-xlwt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"