- Create python3 version of textproc/py-feedparser

PR:	217480
Submitted by:	dbaio
Approved by:	portmgr (bdrewery)
Differential Revision:	https://reviews.freebsd.org/D12197
This commit is contained in:
Sofian Brabez 2017-09-06 18:52:44 +00:00
parent 348a0607e7
commit f9d24cde25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449355
3 changed files with 10 additions and 1 deletions

View file

@ -1389,6 +1389,7 @@
SUBDIR += py3-asciinema
SUBDIR += py3-chardet
SUBDIR += py3-docutils
SUBDIR += py3-feedparser
SUBDIR += py3-humanfriendly
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2

View file

@ -13,7 +13,7 @@ COMMENT= Universal feed parser written in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python tar:bzip2
USES?= python tar:bzip2
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View file

@ -0,0 +1,8 @@
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-feedparser
USES= python:3.3+ tar:bzip2
.include "${MASTERDIR}/Makefile"