1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/py-tweepy/Makefile
Kubilay Kocak 10eef067f4 net/py-tweepy: Update to 2.1
- Update to 2.1
- Update pkg-plist
- Remove indefinite article from COMMENT
- Tweak COMMENT to more closely match upstream
- Set an explicit -2.7 USE_PYTHON version

Changes: https://github.com/tweepy/tweepy/blob/2.1/CHANGELOG.md

PR:		ports/182569
Approved by:	maintainer timeout (2 weeks)
2013-10-20 03:56:01 +00:00

20 lines
359 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= tweepy
PORTVERSION= 2.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Twitter API library for Python!
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
NO_STAGE= yes
.include <bsd.port.mk>