1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/py-twitter-tools/Makefile
Kubilay Kocak 2f4cd51db0 net/py-twitter-tools: Update to 1.10.2
- Update to 1.10.2
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- Re-order while i'm here

Changes:

 https://github.com/sixohsix/twitter/commits/twitter-1.10.2
2013-11-30 18:05:33 +00:00

28 lines
533 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= twitter-tools
PORTVERSION= 1.10.2
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= twitter-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python API and command-line toolset for Twitter
LICENSE= MIT
USE_GITHUB= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
GH_ACCOUNT= sixohsix
GH_PROJECT= twitter
GH_TAGNAME= ${DISTNAME}
GH_COMMIT= cb68a5f
PYDISTUTILS_PKGNAME= twitter
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>