Prune sysutils/rubygem-smart_proxy_salt
[dports.git] / finance / trytond28_purchase_shipment_cost / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_purchase_shipment_cost
5 PORTVERSION=    2.8.0
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   https://pypi.python.org/packages/source/t/trytond_purchase_shipment_cost/ \
9                 http://downloads.tryton.org/${PORTVERSION:R}/
10 DISTNAME=       trytond_purchase_shipment_cost-${PORTVERSION}
11
12 MAINTAINER=     matthias@petermann-it.de
13 COMMENT=        Tryton Application Platform (Purchase Shipment Cost Module)
14
15 LICENSE=        GPLv3
16
17 RUN_DEPENDS=    trytond28_carrier>=2.8.0:${PORTSDIR}/finance/trytond28_carrier \
18                 trytond28_currency>=2.8.0:${PORTSDIR}/finance/trytond28_currency \
19                 trytond28_stock>=2.8.2:${PORTSDIR}/finance/trytond28_stock
20
21 CONFLICTS=      trytond_purchase_shipment_cost-2.[46].*
22
23 USES=           python
24 USE_PYTHON=     distutils autoplist
25
26 .include <bsd.port.mk>