mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
11721bb61f
PYDISTUTILS_AUTOPLIST With hat: python@
30 lines
901 B
Makefile
30 lines
901 B
Makefile
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trytond28_calendar
|
|
PORTVERSION= 2.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_calendar/ \
|
|
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:${PORTSDIR}/finance/trytond28 \
|
|
${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \
|
|
${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
|
|
|
|
CONFLICTS= trytond_calendar-2.[46].*
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|