freebsd-ports/finance/trytond_sale_price_list/Makefile
Wen Heping d56584fb8d This port adds the Sale Price List Module to the Tryton Application Platform.
WWW: http://www.tryton.org/

PR:		171466
Submitted by:	Matthias Petermann <matthias@d2ux.net>
2012-09-18 07:21:25 +00:00

26 lines
748 B
Makefile

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