summaryrefslogtreecommitdiff
path: root/net/py-twitter/Makefile
blob: 465face2abd216b3558ea7c369ae2886f837815f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:	py-twitter
# Date created:			Apr 13, 2007
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	twitter
PORTVERSION=	0.3
CATEGORIES=	net python
MASTER_SITES=	http://python-twitter.googlecode.com/files/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	A python wrapper around the Twitter API

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

PYTWITTER_EGG=	python_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
PLIST_SUB+=	PYTWITTER_EGG=${PYTWITTER_EGG}

.include <bsd.port.mk>