27 lines
569 B
Makefile
27 lines
569 B
Makefile
# $OpenBSD: Makefile,v 1.17 2015/09/29 10:52:53 sthen Exp $
|
|
|
|
COMMENT= RSS and Atom feeds parser written in Python
|
|
|
|
MODPY_EGG_VERSION= 5.1.3
|
|
DISTNAME= feedparser-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://code.google.com/p/feedparser/
|
|
|
|
MAINTAINER= Romain Gaillegue <romain@biscotte.net>
|
|
|
|
# BSD-2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://feedparser.googlecode.com/files/
|
|
|
|
MODULES= lang/python
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/feedparser/ && ${MODPY_BIN} feedparsertest.py
|
|
|
|
.include <bsd.port.mk>
|