openbsd-ports/lang/python/2.5/Makefile

13 lines
244 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.56 2012/05/09 06:21:12 ajacoutot Exp $
2006-11-01 15:59:18 -05:00
VERSION= 2.5
PATCHLEVEL= .4
REVISION= 17
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>