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