RUN_DEPEND on chardet
PR: 94473 Submitted by: Dryice Liu <dryice@dryice.name>
This commit is contained in:
parent
353b21199a
commit
f75db6fc1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157294
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue