2bb729328a
- Update to 1.14.1 - Enable AUTOPLIST support, remove PYDISTUTILS_PKGNAME accordingly - Deprecate easy_install target, remove zip_safe setup.py patch accordingly - Use PKGNAMESUFFIX, so we dont need DISTNAME override (and pets portlint!) Changes: https://github.com/sixohsix/twitter/commits/twitter-1.14.1
25 lines
477 B
Makefile
25 lines
477 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twitter
|
|
PORTVERSION= 1.14.1
|
|
CATEGORIES= net python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -tools
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Python API and command-line toolset for Twitter
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
GH_ACCOUNT= sixohsix
|
|
GH_PROJECT= twitter
|
|
GH_TAGNAME= ${DISTNAME}
|
|
GH_COMMIT= 5712410
|
|
|
|
.include <bsd.port.mk>
|