- Create a py2.1 flavor for ports that depend on this using python 2.1.
- take MAINTAINER
This commit is contained in:
parent
5e74d3690c
commit
1eab4f76ed
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/02/18 20:05:12 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2004/02/23 05:04:21 ish Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
@ -13,14 +13,22 @@ MASTER_SITES= http://www.lemburg.com/files/python/
|
||||
|
||||
HOMEPAGE= http://www.lemburg.com/files/python/eGenix-mx-Extensions.html
|
||||
|
||||
MAINTAINER= Jason Ish <ish@openbsd.org>
|
||||
|
||||
# eGenix.com Public License Agreement
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MODULES= python
|
||||
FLAVORS= py2.1 py2.3
|
||||
FLAVOR?= py2.3
|
||||
|
||||
.if ${FLAVOR} == "py2.1"
|
||||
MODPY_VERSION= 2.1
|
||||
.endif
|
||||
|
||||
MODULES= python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/07/31 19:12:00 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/02/23 05:04:21 ish Exp $
|
||||
@option no-default-conflict
|
||||
@pkgcfl py-mxDateTime-*${FLAVOR_EXT}
|
||||
lib/python${MODPY_VERSION}/site-packages/mx/BeeBase/BeeBase.py
|
||||
lib/python${MODPY_VERSION}/site-packages/mx/BeeBase/BeeBase.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/mx/BeeBase/BeeBase.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user