openbsd-ports/lang/python/2.5/Makefile

13 lines
240 B
Makefile
Raw Normal View History

2012-08-23 15:19:16 -04:00
# $OpenBSD: Makefile,v 1.57 2012/08/23 19:19:17 sthen Exp $
2006-11-01 15:59:18 -05:00
VERSION= 2.5
PATCHLEVEL= .4
2012-08-23 15:19:16 -04:00
REVISION= 18
SHARED_LIBS= python2.5 1.0
VERSION_SPEC= >=2.5,<2.6
2006-11-01 15:59:18 -05:00
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --with-cxx_main
2006-11-01 15:59:18 -05:00
.include <bsd.port.mk>