Index: textproc/py-feedparser/Makefile =================================================================== --- textproc/py-feedparser/Makefile (revision 435044) +++ textproc/py-feedparser/Makefile (working copy) @@ -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: textproc/py3-feedparser/Makefile =================================================================== --- textproc/py3-feedparser/Makefile (nonexistent) +++ textproc/py3-feedparser/Makefile (working copy) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-feedparser + +USES= python:3.3+ tar:bzip2 + +.include "${MASTERDIR}/Makefile" Property changes on: textproc/py3-feedparser/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property