freebsd-ports/finance/trytond_account/Makefile
Wen Heping 26fe505368 trytond_account is a account module for tryton.
The account module defines fundamentals for most of accounting needs.
It include: General accounting, Fiscal year management, Taxes management,
Journal entries, Reconciliation. And with reports: General ledger,  Trial
balance, Balance sheet, Income statement, Third party balance, Aged
balance and General journal.

WWW: http://www.tryton.org/

PR:		170553
Submitted by:	Matthias Petermann <matthias@d2ux.net>
2012-08-28 12:37:09 +00:00

25 lines
639 B
Makefile

# New ports collection makefile for: trytond_account
# Date created: 12 August, 2012
# Whom: Matthias Petermann<matthias@petermann.it>
#
# $FreeBSD$
#
PORTNAME= trytond_account
PORTVERSION= 2.4.1
CATEGORIES= finance python
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann.it
COMMENT= The Account Module for Tryton
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \
${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>