[00:01:44] Warning: (finance/beancount@py37): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9: finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9: finance/fava@py37 AND finance/fava. Rerun with -v to see which ports are depending on these. Approved by: portmgr (antoine)
41 lines
1.5 KiB
Makefile
41 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= beancount
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= finance
|
|
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/
|
|
DISTNAME= ${PORTVERSION}
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Double-Entry Accounting from Text Files
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}bottle>=0:www/py-bottle@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
|
|
# Project hosted on Bitbucket
|
|
BB_ACCOUNT= blais
|
|
BB_COMMIT= fd27856ff2de
|
|
BB_PROJECT= ${PORTNAME}
|
|
|
|
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
|
|
|
|
.include <bsd.port.mk>
|