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

(-)www/py-rssdler/Makefile (-2 / +4 lines)
Lines 1-4 Link Here
1
# New ports collection makefile for:	rssdler
1
# New ports collection makefile for:	py-rssdler
2
# Date created:		02 May 2010
2
# Date created:		02 May 2010
3
# Whom:			Anonymous <swell.k@gmail.com>
3
# Whom:			Anonymous <swell.k@gmail.com>
4
#
4
#
Lines 7-14 Link Here
7
7
8
PORTNAME=	rssdler
8
PORTNAME=	rssdler
9
PORTVERSION=	0.4.2
9
PORTVERSION=	0.4.2
10
CATEGORIES=	www
10
CATEGORIES=	www python
11
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	GOOGLE_CODE
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
13
13
MAINTAINER=	swell.k@gmail.com
14
MAINTAINER=	swell.k@gmail.com
14
COMMENT=	Automatically grab link elements of an RSS feed
15
COMMENT=	Automatically grab link elements of an RSS feed
Lines 21-26 USE_PYDISTUTILS=yes Link Here
21
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
22
WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
22
23
23
OPTIONS=	MECHANIZE "Retrieve pages with mechanize" On
24
OPTIONS=	MECHANIZE "Retrieve pages with mechanize" On
25
OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
24
26
25
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>

Return to bug 148401