Cleanup
This commit is contained in:
parent
bc8a492475
commit
c61e4b0deb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/08/21 13:18:38 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
COMMENT= "python interface to MySQL"
|
||||
|
||||
@ -24,7 +24,7 @@ LIB_DEPENDS= mysqlclient.10:mysql-client-3.23.*:databases/mysql
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT}
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/08/21 13:16:22 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "python codes checker"
|
||||
@ -24,7 +24,7 @@ MASTER_SITE_SUBDIR= pychecker
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT}
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/21 13:17:24 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "unit testing framework for python"
|
||||
@ -24,7 +24,7 @@ MASTER_SITE_SUBDIR= pyunit
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT}
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/22 05:20:25 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "python module for GnuPG interface"
|
||||
@ -23,7 +23,7 @@ MASTER_SITE_SUBDIR= py-gnupg
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT} \
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python \
|
||||
gpg::security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/08/21 13:20:05 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "python library for creating postscript or PDF charts"
|
||||
@ -22,7 +22,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT}
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/08/21 13:19:31 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/08/25 13:08:33 shell Exp $
|
||||
|
||||
COMMENT= "python module for writing basic XML applications"
|
||||
|
||||
@ -22,7 +22,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT}
|
||||
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
Loading…
Reference in New Issue
Block a user