Update www/piwigo to version 2.7.4
[dports.git] / finance / trytond28_account_be / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_account_be
5 PORTVERSION=    2.8.0
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   https://pypi.python.org/packages/source/t/trytond_account_be/ \
9                 http://downloads.tryton.org/${PORTVERSION:R}/
10 DISTNAME=       trytond_account_be-${PORTVERSION}
11
12 MAINTAINER=     matthias@petermann-it.de
13 COMMENT=        Tryton Application Platform (Belgian Account Chart)
14
15 LICENSE=        GPLv3
16
17 RUN_DEPENDS=    trytond28_account>=2.8.1:${PORTSDIR}/finance/trytond28_account
18
19 CONFLICTS=      trytond_account-2.[46].*
20
21 USES=           python
22 USE_PYTHON=     distutils autoplist
23
24 .include <bsd.port.mk>