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