openbsd-ports/lang/python/2.7/Makefile
2011-08-23 07:08:23 +00:00

13 lines
248 B
Makefile

# $OpenBSD: Makefile,v 1.12 2011/08/23 07:08:23 rpointel Exp $
VERSION = 2.7
PATCHLEVEL = .1
REVISION = 10
SHARED_LIBS = python2.7 0.0
AUTOCONF_VERSION = 2.65
CONFIGURE_ARGS += --with-cxx_main \
--with-system-expat
.include <bsd.port.mk>