View | Details | Raw Unified | Return to bug 94825
Collapse All | Expand All

(-)py-feedparser/Makefile (-3 / +9 lines)
Lines 18-30 Link Here
18
MAINTAINER=	dryice@dryice.name
18
MAINTAINER=	dryice@dryice.name
19
COMMENT=	An RSS feed parser written in Python
19
COMMENT=	An RSS feed parser written in Python
20
20
21
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
22
23
WRKSRC=		${WRKDIR}
21
WRKSRC=		${WRKDIR}
24
USE_PYTHON=	2.1+
22
USE_PYTHON=	2.1+
25
USE_ZIP=	yes
23
USE_ZIP=	yes
26
USE_PYDISTUTILS=	yes
24
USE_PYDISTUTILS=	yes
27
25
26
.include <bsd.port.pre.mk>
27
28
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet
29
30
.if defined(PYTHON_REL) && ${PYTHON_REL} < 240
31
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/cjkcodecs/__init__.py:${PORTSDIR}/converters/py-cjkcodecs
32
.endif
33
28
post-install:
34
post-install:
29
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
30
	@${MKDIR} ${DOCSDIR}
36
	@${MKDIR} ${DOCSDIR}
Lines 39-42 Link Here
39
.endfor
45
.endfor
40
.endif
46
.endif
41
47
42
.include <bsd.port.mk>
48
.include <bsd.port.post.mk>

Return to bug 94825