openbsd-ports/lang/python/2.7/Makefile
2011-09-27 21:27:36 +00:00

15 lines
292 B
Makefile

# $OpenBSD: Makefile,v 1.16 2011/09/27 21:27:36 sthen Exp $
VERSION = 2.7
PATCHLEVEL = .1
REVISION = 12
REVISION-bsddb = 13
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8
AUTOCONF_VERSION = 2.65
CONFIGURE_ARGS += --with-cxx_main \
--with-system-expat
.include <bsd.port.mk>