pkgsrc/www/py-rss2gen/Makefile
tonnerre 7b46414dd2 Update py-rss2gen to version 1.1.
Changes since version 1.0:
 - Ported to Python 3.x. Thanks to Graham Bell for the initial patch.
2013-10-17 23:52:53 +00:00

19 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/10/17 23:52:53 tonnerre Exp $
PYRSS2GENVER= 1.1
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
LICENSE= modified-bsd
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCLUDE_3X= yes
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"