openbsd-ports/lang/python/2.5/Makefile
djm 04a7186835 The _sha256 and _sha512 modules are not built when Python is built
against OpenSSL 0.9.8 as it includes support for these hashes directly.
Bump pkgname.
Report from Frank Denis
2008-09-06 23:39:57 +00:00

22 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.25 2008/09/06 23:39:57 djm Exp $
VERSION= 2.5
PATCHLEVEL= .2
PKG_PATCHLEVEL= p5
SHARED_LIBS= python2.5 1.0
# PSUBDIR= python/${VERSION}
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* sup64-*
.endif
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --with-cxx_main
ALL_TARGET = everything
post-extract:
rm -r ${WRKDIST}/Modules/expat
.include <bsd.port.mk>