summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-25 19:49:03 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-25 19:49:03 +0000
commitcf2cd71d61ab7281341a90bc3a0b68097b975a3a (patch)
tree6edb2483319a2ac02cf523eb27e72ac9b22c6699 /print/py-reportlab
parent3c1c5620a588fd3cbf8ea9a7c46d8faa168b1b43 (diff)
downloadpkgsrc-cf2cd71d61ab7281341a90bc3a0b68097b975a3a.tar.gz
Explicitly include Python 2.1 as it is required by Zope 2.5.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r--print/py-reportlab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 8449bf5c368..1540ab1a7c7 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/11/05 20:57:51 drochner Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/25 19:50:11 joerg Exp $
#
DISTNAME= ReportLab_1_21_2
@@ -11,6 +11,8 @@ MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.reportlab.com/
COMMENT= Powerful PDF-generating toolkit for Python
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
+
WRKSRC= ${WRKDIR}/reportlab_1_21_2/reportlab
PYBINMODULE= yes
PYDISTUTILSPKG= yes