diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-08-05 06:35:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-08-05 06:35:45 +0000 |
commit | 65faf3322fa74da4c230d62aa98051e2d40c26df (patch) | |
tree | cb440f7101d7afd14080834ec10886efaae7c2c9 /finance/trytond_analytic_invoice | |
parent | bc103ca84a1760c81301b0e2b0070a2d0d143768 (diff) | |
download | ports-65faf3322fa74da4c230d62aa98051e2d40c26df.tar.gz ports-65faf3322fa74da4c230d62aa98051e2d40c26df.zip |
Notes
Diffstat (limited to 'finance/trytond_analytic_invoice')
-rw-r--r-- | finance/trytond_analytic_invoice/Makefile | 27 | ||||
-rw-r--r-- | finance/trytond_analytic_invoice/distinfo | 2 | ||||
-rw-r--r-- | finance/trytond_analytic_invoice/pkg-descr | 3 |
3 files changed, 0 insertions, 32 deletions
diff --git a/finance/trytond_analytic_invoice/Makefile b/finance/trytond_analytic_invoice/Makefile deleted file mode 100644 index aa21f67b9713..000000000000 --- a/finance/trytond_analytic_invoice/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_analytic_invoice -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Analytic Invoice Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_analytic_invoice-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_analytic_invoice/distinfo b/finance/trytond_analytic_invoice/distinfo deleted file mode 100644 index 091b4d4640c8..000000000000 --- a/finance/trytond_analytic_invoice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_analytic_invoice-2.4.2.tar.gz) = 9ff5a8fdf60687bad5f8ae3927a402e900d0de5f1a2538f7b0272c9b5ff8b4c8 -SIZE (trytond_analytic_invoice-2.4.2.tar.gz) = 19699 diff --git a/finance/trytond_analytic_invoice/pkg-descr b/finance/trytond_analytic_invoice/pkg-descr deleted file mode 100644 index 2b5ad6ac4a9b..000000000000 --- a/finance/trytond_analytic_invoice/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Analytic Invoice Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ |