freebsd-ports/www/py-rssdler/Makefile
Li-Wen Hsu e716b53261 - Make xmlUnEscape and percentUnQuote case-insensitive
PR:		ports/147706
Submitted by:	Anonymous <swell.k AT gmail.com> (maintainer)
2010-08-22 01:12:18 +00:00

34 lines
912 B
Makefile

# New ports collection makefile for: py-rssdler
# Date created: 02 May 2010
# Whom: Anonymous <swell.k@gmail.com>
#
# $FreeBSD$
#
PORTNAME= rssdler
PORTVERSION= 0.4.2
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swell.k@gmail.com
COMMENT= Automatically grab link elements of an RSS feed
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=4.1:${PORTSDIR}/textproc/py-feedparser
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
OPTIONS= MECHANIZE "Retrieve pages with mechanize" On
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_MECHANIZE)
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize
.endif
.include <bsd.port.post.mk>