diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 10:00:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 10:00:37 +0000 |
commit | b4a8d387077021e6646dd44f5421544746d7753c (patch) | |
tree | 83a6c0793267f80abfc3a9b94656616f55a3422a /finance/trytond_currency | |
parent | dd7fc6ae629f7f5925a025c3c9f2a3856c229053 (diff) | |
download | ports-b4a8d387077021e6646dd44f5421544746d7753c.tar.gz ports-b4a8d387077021e6646dd44f5421544746d7753c.zip |
Notes
Diffstat (limited to 'finance/trytond_currency')
-rw-r--r-- | finance/trytond_currency/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/finance/trytond_currency/Makefile b/finance/trytond_currency/Makefile index 6e17d2f6f489..33705706dbd4 100644 --- a/finance/trytond_currency/Makefile +++ b/finance/trytond_currency/Makefile @@ -1,22 +1,19 @@ -# New ports collection makefile for: trytond_currency -# Date created: 12 August, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_currency 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= The Currency Module for Tryton +COMMENT= Tryton Application Platform (Currency Module) LICENSE= GPLv3 RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond +CONFLICTS= trytond_currency-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |