freebsd-ports/net/py-tweepy/Makefile
Cheng-Lung Sung 44c1cfa9de A Python library for accessing the Twitter.com API.
Supports OAuth, covers the entire API, and streaming API.

WWW: https://github.com/tweepy/tweepy
2011-11-01 07:10:07 +00:00

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>