fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= transifex-client
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= textproc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Command line interface for Transifex
|
|
|
|
LICENSE= GPLv2
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
|
|
|
|
USE_GITHUB= yes
|
|
USES= python:-2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
GH_ACCOUNT= transifex
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
|
|
|
.include <bsd.port.mk>
|