diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 17:10:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 17:10:36 +0000 |
commit | e0dbd5de92da5401a2e33c5bf5d5ec0191f2af2b (patch) | |
tree | b16c581788ab3e2ab794572e2c77ee2adfef50a3 /cad | |
parent | 1fd1c726b914eb33b755b966adf1720a4fdb1ef3 (diff) | |
download | pkgsrc-e0dbd5de92da5401a2e33c5bf5d5ec0191f2af2b.tar.gz |
Needs Python 2.2 or later.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/py-simpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/py-simpy/Makefile b/cad/py-simpy/Makefile index b18c4768e16..85aea544089 100644 --- a/cad/py-simpy/Makefile +++ b/cad/py-simpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:29:02 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/02 17:15:56 joerg Exp $ # DISTNAME= SimPy-1.6 @@ -12,6 +12,7 @@ HOMEPAGE= http://simpy.sourceforge.net/ COMMENT= Discrete event simulation framework PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |