openbsd-ports/lang/python/2.7/Makefile
2011-09-06 20:58:08 +00:00

13 lines
248 B
Makefile

# $OpenBSD: Makefile,v 1.13 2011/09/06 20:58:08 rpointel Exp $
VERSION = 2.7
PATCHLEVEL = .1
REVISION = 11
SHARED_LIBS = python2.7 0.0
AUTOCONF_VERSION = 2.65
CONFIGURE_ARGS += --with-cxx_main \
--with-system-expat
.include <bsd.port.mk>