44c1cfa9de
Supports OAuth, covers the entire API, and streaming API. WWW: https://github.com/tweepy/tweepy
22 lines
490 B
Makefile
22 lines
490 B
Makefile
# Ports collection makefile for: py-tweepy
|
|
# Date created: Tue Nov 1 14:27:14 CST 2011
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tweepy
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A library for accessing the Twitter.com API
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|