26 lines
504 B
Makefile
26 lines
504 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:42:46 espie Exp $
|
|
|
|
COMMENT= RSS and Atom feeds parser written in Python
|
|
|
|
V= 5.0.1
|
|
DISTNAME= feedparser-${V}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.feedparser.org/
|
|
|
|
MAINTAINER= Romain Gaillegue <romain@biscotte.net>
|
|
|
|
# BSD-2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://feedparser.googlecode.com/files/
|
|
|
|
MODULES= lang/python
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/feedparser/ && ${MODPY_BIN} feedparsertest.py
|
|
|
|
.include <bsd.port.mk>
|