pkgsrc/print/py-reportlab/Makefile
joerg 25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00

25 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.35 2009/03/05 18:51:31 joerg Exp $
#
DISTNAME= ReportLab_2_2
PKGNAME= ${PYPKGPREFIX}-reportlab-2.2
CATEGORIES= print python
MASTER_SITES= http://www.reportlab.com/ftp/
EXTRACT_SUFX= .tgz
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= yes
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../textproc/py-xml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"