1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/finance/trytond28_calendar/Makefile

28 lines
802 B
Makefile
Raw Normal View History

# Created by: Matthias Petermann <matthias@petermann-it.de>
# $FreeBSD$
PORTNAME= trytond28_calendar
PORTVERSION= 2.8.2
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP \
http://downloads.tryton.org/${PORTVERSION:R}/
DISTNAME= trytond_calendar-${PORTVERSION}
MAINTAINER= matthias@petermann-it.de
COMMENT= Tryton Application Platform (Calendar Module)
LICENSE= GPLv3
RUN_DEPENDS= trytond28>=2.8.2:finance/trytond28 \
${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:deskutils/py-vobject@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:www/py-pywebdav@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR}
CONFLICTS= trytond_calendar-2.[46].*
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>