a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:12 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= feedparser-4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=feedparser/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://feedparser.org/
|
|
COMMENT= Parse RSS and Atom feeds in Python
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|