Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile +++ head/textproc/Makefile @@ -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 Index: head/textproc/py-feedparser/Makefile =================================================================== --- head/textproc/py-feedparser/Makefile +++ head/textproc/py-feedparser/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python tar:bzip2 +USES?= python tar:bzip2 USE_PYTHON= distutils autoplist NO_ARCH= yes Index: head/textproc/py3-feedparser/Makefile =================================================================== --- head/textproc/py3-feedparser/Makefile +++ head/textproc/py3-feedparser/Makefile @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-feedparser + +USES= python:3.3+ tar:bzip2 + +.include "${MASTERDIR}/Makefile"