6ae92fc5f6
- Update to 1.10.0 - Update pkg-plist - Add LICENSE Changes: https://github.com/sixohsix/twitter/commits/twitter-1.10.0
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitter-tools
|
|
PORTVERSION= 1.10.0
|
|
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
|
|
PYDISTUTILS_PKGNAME= twitter
|
|
|
|
GH_ACCOUNT= sixohsix
|
|
GH_PROJECT= twitter
|
|
GH_TAGNAME= ${DISTNAME}
|
|
GH_COMMIT= f56d4b3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|