diff options
author | arved <arved@FreeBSD.org> | 2006-03-15 23:10:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-03-15 23:10:30 +0800 |
commit | 00e1192d93ea77630e18fdc01c07fc65b06a3dba (patch) | |
tree | 204834de253499418e6e3b0f99e0202015146bad /textproc/py-feedparser/Makefile | |
parent | 738729bdbf650fd6e5fe87c6852ea4fb845c1b95 (diff) | |
download | freebsd-ports-gnome-00e1192d93ea77630e18fdc01c07fc65b06a3dba.tar.gz freebsd-ports-gnome-00e1192d93ea77630e18fdc01c07fc65b06a3dba.tar.zst freebsd-ports-gnome-00e1192d93ea77630e18fdc01c07fc65b06a3dba.zip |
RUN_DEPEND on chardet
PR: 94473
Submitted by: Dryice Liu <dryice@dryice.name>
Diffstat (limited to 'textproc/py-feedparser/Makefile')
-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 |