2013-02-12 13:49:57 +00:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-11-01 07:10:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tweepy
|
2013-06-21 03:24:55 +00:00
|
|
|
PORTVERSION= 2.0
|
2011-11-01 07:10:07 +00:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= A library for accessing the Twitter.com API
|
|
|
|
|
2012-10-06 07:54:04 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2013-06-21 03:24:55 +00:00
|
|
|
USE_PYTHON= yes
|
2011-11-01 07:10:07 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
2013-09-20 22:10:23 +00:00
|
|
|
NO_STAGE= yes
|
2011-11-01 07:10:07 +00:00
|
|
|
.include <bsd.port.mk>
|