openbsd-ports/lang/python/2.7/Makefile
2012-02-27 19:30:46 +00:00

13 lines
260 B
Makefile

# $OpenBSD: Makefile,v 1.17 2012/02/27 19:30:46 rpointel Exp $
VERSION = 2.7
PATCHLEVEL = .2
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8
AUTOCONF_VERSION = 2.68
CONFIGURE_ARGS += --with-cxx_main \
--with-system-expat
.include <bsd.port.mk>