summaryrefslogtreecommitdiff
path: root/print/py-reportlab
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 19:49:03 +0000
committerjoerg <joerg>2008-04-25 19:49:03 +0000
commit2c30d42dbd12250c9fc1c6efb6841526bd27f283 (patch)
tree6edb2483319a2ac02cf523eb27e72ac9b22c6699 /print/py-reportlab
parent830a26fd01c09a4903263742d5187cc7e099bffb (diff)
downloadpkgsrc-2c30d42dbd12250c9fc1c6efb6841526bd27f283.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