diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 11:40:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 11:40:57 +0000 |
commit | f1fc763a333d062500e487833fdc95dee05f1d01 (patch) | |
tree | b349795c8d70491f8fa5b4d3c5583bca31cbb7ff /finance | |
parent | db1c579b1f7e2b6c2b92f5bffb119f757b5204c9 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/tinyerp-server/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/tinyerp-server/Makefile b/finance/tinyerp-server/Makefile index f6642e55282f..b033cb2a4f99 100644 --- a/finance/tinyerp-server/Makefile +++ b/finance/tinyerp-server/Makefile @@ -13,6 +13,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Open source application ERP & CRM in Python using Postgresql +DEPRECATED= No more upstream, no more public distfiles, consider using finance/openerp-server +EXPIRATION_DATE= 2013-02-27 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ |