mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
8c9c1610da
commit
7fd5d8e4f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393104
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rss2email
|
||||
PORTVERSION= 2.71
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://www.allthingsrss.com/rss2email/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,7 +17,9 @@ LICENSE_COMB= dual
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \
|
||||
${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:${PORTSDIR}/textproc/py-html2text
|
||||
|
||||
USES= python:2
|
||||
USES= python:2 shebangfix
|
||||
SHEBANG_FILES= rss2email.py
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
CONFLICTS_INSTALL= py*-rss2email-3.*
|
||||
|
Loading…
Reference in New Issue
Block a user