diff options
author | epg <epg@pkgsrc.org> | 2004-11-29 00:00:49 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-11-29 00:00:49 +0000 |
commit | 5a059927bded179b468318a819339d4f1a361369 (patch) | |
tree | 0b82ff4dc98086f9f4805cab534a4b35d3542bc9 /www | |
parent | 51993b2ebf204312c293cfacc260440fd3bccd45 (diff) | |
download | pkgsrc-5a059927bded179b468318a819339d4f1a361369.tar.gz |
Import py-clearsilver-0.9.13.
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.
This package contains the Python binding to clearsilver.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-clearsilver/DESCR | 6 | ||||
-rw-r--r-- | www/py-clearsilver/Makefile | 20 | ||||
-rw-r--r-- | www/py-clearsilver/PLIST | 2 |
3 files changed, 28 insertions, 0 deletions
diff --git a/www/py-clearsilver/DESCR b/www/py-clearsilver/DESCR new file mode 100644 index 00000000000..f0916e74bc1 --- /dev/null +++ b/www/py-clearsilver/DESCR @@ -0,0 +1,6 @@ +Clearsilver is a fast, powerful, and language-neutral HTML template +system. In both static content sites and dynamic HTML applications, +it provides a separation between presentation code and application +logic which makes working with your project easier. + +This package contains the Python binding to clearsilver. diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile new file mode 100644 index 00000000000..34c651a3939 --- /dev/null +++ b/www/py-clearsilver/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/29 00:00:49 epg Exp $ + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} + +.include "../../www/clearsilver/Makefile.common" + +DEPENDS+= ${CLEARSILVER_BASE}:../../www/clearsilver + +CONFIGURE_ARGS+= --enable-python +CONFIGURE_ARGS+= --with-python=${PYTHONBIN} + +INSTALL_DIRS= ${WRKSRC}/python + +PY_PATCHPLIST= YES +PYBINMODULE= YES +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth + +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-clearsilver/PLIST b/www/py-clearsilver/PLIST new file mode 100644 index 00000000000..c47a0c4e144 --- /dev/null +++ b/www/py-clearsilver/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 00:00:49 epg Exp $ +${PYSITELIB}/neo_cgi.so |