pkgsrc/www/py-clearsilver/Makefile
epg adc174ec98 Update to 0.9.14 and make this work with python 2.4.
Release Notes for Clearsilver 0.9.14                     03/08/2005
-------------------------------------

bugfix release
  - one incompatible change: semi-public function cgi_html_ws_strip now
    takes a second argument to set the level of stripping
  - white space stripper now has two levels: 1 is the old debug level
    (which doesn't strip whitespace at the beginning of a line) and the
    second strips all duplicate whitespace
  - fix for cgi_register_strfuncs missing for ruby/perl modules
  - fix for color problems in generated images in imd with GD2
2005-04-06 05:28:40 +00:00

22 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/04/06 05:28:40 epg Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
.include "../../www/clearsilver/Makefile.common"
DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver-base
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB}
INSTALL_DIRS= ${WRKSRC}/python
PY_PATCHPLIST= YES
PYBINMODULE= YES
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"