diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-03-15 15:10:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-03-15 15:10:30 +0000 |
commit | f75db6fc1d9382c2b5134b1bec54adda740606fb (patch) | |
tree | 41a4167dfd9c7641e78babe4782b936d2d8ca006 | |
parent | 353b21199a137e8e4838f38ac57acc56dfa04ebb (diff) |
Notes
-rw-r--r-- | textproc/py-feedparser/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 285450e5e9e8..3b12e533784e 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -8,6 +8,7 @@ PORTNAME= feedparser PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ @@ -17,6 +18,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dryice@dryice.name COMMENT= An RSS feed parser written in Python +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet + WRKSRC= ${WRKDIR} USE_PYTHON= 2.1+ USE_ZIP= yes |