summaryrefslogtreecommitdiff
path: root/www/py-rss2gen/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre>2008-06-21 17:51:37 +0000
committertonnerre <tonnerre>2008-06-21 17:51:37 +0000
commitb617647f6f2cba3498a59743f79c8cb979795169 (patch)
tree9ef05a5d5b6984c1ce9849c93bdd99a3b1707e44 /www/py-rss2gen/Makefile
parent566720ebec166832e44f60c66308baf24f00fdd0 (diff)
downloadpkgsrc-b617647f6f2cba3498a59743f79c8cb979795169.tar.gz
Import Python PyRSS2Gen module which is used by various Subversion helper
scripts and other scripts which output RSS. Other than most other RSS libraries for Python, this one handles escaping of input and is supposed to be extensible.
Diffstat (limited to 'www/py-rss2gen/Makefile')
-rw-r--r--www/py-rss2gen/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-rss2gen/Makefile b/www/py-rss2gen/Makefile
new file mode 100644
index 00000000000..721e643cac7
--- /dev/null
+++ b/www/py-rss2gen/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/21 17:51:37 tonnerre Exp $
+
+PYRSS2GENVER= 1.0.0
+DISTNAME= PyRSS2Gen-${PYRSS2GENVER}
+PKGNAME= ${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
+CATEGORIES= www python
+MASTER_SITES= http://www.dalkescientific.com/Python/
+
+MAINTAINER= tonnerre@NetBSD.org
+HOMEPAGE= http://www.dalkescientific.com/Python/PyRSS2Gen.html
+COMMENT= Python module to generate RSS feeds
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYDISTUTILSPKG= # defined
+PYBINMODULE= # defined
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"