summaryrefslogtreecommitdiff
path: root/www/py-clearsilver
diff options
context:
space:
mode:
authorepg <epg>2004-11-29 00:00:49 +0000
committerepg <epg>2004-11-29 00:00:49 +0000
commita3bea2adf62f545a0c171545a2b020aadb2aad5d (patch)
tree0b82ff4dc98086f9f4805cab534a4b35d3542bc9 /www/py-clearsilver
parent6dc1b89ec7103a89d61871f7d6ff2327f38eb61e (diff)
downloadpkgsrc-a3bea2adf62f545a0c171545a2b020aadb2aad5d.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/py-clearsilver')
-rw-r--r--www/py-clearsilver/DESCR6
-rw-r--r--www/py-clearsilver/Makefile20
-rw-r--r--www/py-clearsilver/PLIST2
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