diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 14:47:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 14:47:09 +0000 |
commit | d269d1adc0375eec3cee61f0bbe8fff9abef6619 (patch) | |
tree | df2b2a3b566049c39e0defbaceaddd0be075c29f /finance | |
parent | 190cb3da287473a4712bf52a633978ff35dfea52 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/trytond_sale_price_list/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/finance/trytond_sale_price_list/Makefile b/finance/trytond_sale_price_list/Makefile index 96d5d3287c15..c28c7434a2e6 100644 --- a/finance/trytond_sale_price_list/Makefile +++ b/finance/trytond_sale_price_list/Makefile @@ -1,14 +1,9 @@ -# 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}/ +MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it COMMENT= Tryton Application Platform (Sale Price List Module) @@ -20,6 +15,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list +CONFLICTS= trytond_sale_price_list-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |