1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/finance/trytond_sale_shipment_cost/Makefile
Wen Heping b9cea8f636 This port adds the Sale Shipment Cost Module to the Tryton Application Platform.
WWW: http://www.tryton.org/

PR:		171467
Submitted by:	Matthias Petermann <matthias@d2ux.net>
2012-09-18 08:09:30 +00:00

28 lines
814 B
Makefile

# New ports collection makefile for: trytond_sale_shipment_cost
# Date created: 08 September, 2012
# Whom: Matthias Petermann<matthias@petermann.it>
#
# $FreeBSD$
#
PORTNAME= trytond_sale_shipment_cost
PORTVERSION= 2.4.0
CATEGORIES= finance python
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann.it
COMMENT= Tryton Application Platform (Sale Shipment Cost Module)
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \
trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \
trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>