aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-transpopy/Makefile
blob: 0ec48329206e2e1f6e94e9e3a744ea6ddf7c3f45 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                     
                 
                               
                    



                                                                   
                                                     

                          
                                 


                                                                                                           
                      




                                              
PORTNAME=	transpopy
PORTVERSION=	0.2.0
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	contato@kanazuchi.com
COMMENT=	Translate PO file strings with Google Translate API
WWW=		https://github.com/kanazux/transpopy/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-cloud-translate>=0:www/py-google-cloud-translate@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>