2013-02-12 14:49:57 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2011-11-01 08:10:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tweepy
|
2014-03-15 16:29:20 +01:00
|
|
|
PORTVERSION= 2.2
|
2011-11-01 08:10:07 +01:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2013-10-20 05:56:01 +02:00
|
|
|
COMMENT= Twitter API library for Python!
|
2011-11-01 08:10:07 +01:00
|
|
|
|
2012-10-06 09:54:04 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2014-03-09 15:42:53 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-11-01 08:10:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|