summaryrefslogtreecommitdiff
path: root/www/py-rss2gen/Makefile
blob: 0156b1ecd8479e8de938ea5f3b14f7c584ac0e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.5 2011/12/03 00:02:17 joerg Exp $

PYRSS2GENVER=	1.0.0
DISTNAME=	PyRSS2Gen-${PYRSS2GENVER}
PKGNAME=	${PYPKGPREFIX}-rss2gen-${PYRSS2GENVER}
PKGREVISION=	1
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

PKG_DESTDIR_SUPPORT=	user-destdir

PYTHON_VERSIONS_INCLUDE_3X=	yes

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"