mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2f4cd51db0
- 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
28 lines
533 B
Makefile
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>
|