build only for python2.4 because it is included in python2.5
ok martynas@
This commit is contained in:
parent
f67f580bde
commit
5a0b5e75a4
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2007/12/10 21:07:51 martynas Exp $
|
# $OpenBSD: Makefile,v 1.8 2008/03/19 15:54:01 winiger Exp $
|
||||||
|
|
||||||
COMMENT= pure-Python implementation of the ElementTree API
|
COMMENT= pure-Python implementation of the ElementTree API
|
||||||
|
|
||||||
DISTNAME= elementtree-1.2.6-20050316
|
DISTNAME= elementtree-1.2.6-20050316
|
||||||
PKGNAME= py-ElementTree-1.2.6p2
|
PKGNAME= py-ElementTree-1.2.6p3
|
||||||
CATEGORIES= textproc devel
|
CATEGORIES= textproc devel
|
||||||
|
|
||||||
HOMEPAGE= http://effbot.org/zone/element-index.htm
|
HOMEPAGE= http://effbot.org/zone/element-index.htm
|
||||||
@ -16,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
|
|
||||||
MASTER_SITES= http://effbot.org/downloads/
|
MASTER_SITES= http://effbot.org/downloads/
|
||||||
MODULES= lang/python
|
MODULES= lang/python
|
||||||
|
MODPY_VERSION= 2.4
|
||||||
|
|
||||||
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS}
|
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS}
|
||||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2007/12/10 21:07:51 martynas Exp $
|
# $OpenBSD: Makefile,v 1.11 2008/03/19 15:54:01 winiger Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= C implementation of the ElementTree API
|
COMMENT= C implementation of the ElementTree API
|
||||||
|
|
||||||
DISTNAME= cElementTree-1.0.5-20051216
|
DISTNAME= cElementTree-1.0.5-20051216
|
||||||
PKGNAME= py-cElementTree-1.0.5p2
|
PKGNAME= py-cElementTree-1.0.5p3
|
||||||
CATEGORIES= textproc devel
|
CATEGORIES= textproc devel
|
||||||
|
|
||||||
HOMEPAGE= http://effbot.org/zone/celementtree.htm
|
HOMEPAGE= http://effbot.org/zone/celementtree.htm
|
||||||
@ -19,6 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
MASTER_SITES= http://effbot.org/downloads/
|
MASTER_SITES= http://effbot.org/downloads/
|
||||||
|
|
||||||
MODULES= lang/python
|
MODULES= lang/python
|
||||||
|
MODPY_VERSION= 2.4
|
||||||
|
|
||||||
RUN_DEPENDS= ::textproc/py-ElementTree
|
RUN_DEPENDS= ::textproc/py-ElementTree
|
||||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user