13 lines
248 B
Makefile
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>
|