22 lines
551 B
Makefile
22 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.21 2012/02/04 12:45:36 obache Exp $
|
|
#
|
|
|
|
DISTNAME= feedparser-5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://feedparser.googlecode.com/files/
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://feedparser.googlecode.com/
|
|
COMMENT= Parse RSS and Atom feeds in Python
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/feedparser && ${PYTHONBIN} feedparsertest.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|