ports/textproc/py-transpopy/Makefile
Jesús Daniel Colmenares Oviedo f017dfa240 textproc/py-transpopy: Do not install LICENSE in ${PREFIX}
In addition to the patch provided by Jesús Daniel Colmenares Oviedo
I have added the license file to the package for installation in the
system's licenses directory.

PR:		236619
2022-09-17 20:38:04 +02:00

22 lines
547 B
Makefile

PORTNAME= transpopy
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
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:3.4+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>