Files
ports/lang/python/2.7/Makefile
T
2012-05-09 06:21:12 +00:00

14 lines
275 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/05/09 06:21:12 ajacoutot Exp $
VERSION = 2.7
PATCHLEVEL = .3
REVISION = 0
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8
AUTOCONF_VERSION = 2.67
CONFIGURE_ARGS += --with-cxx_main \
--with-system-expat
.include <bsd.port.mk>