The party module defines the concepts of party, category and contact mechanism. It also comes with reports to print labels and letters and a Check VIES wizard. WWW: http://www.tryton.org/ PR: 170559 Submitted by: Matthias Petermann <matthias@d2ux.net>
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# New ports collection makefile for: trytond_party
|
|
# Date created: 12 August, 2012
|
|
# Whom: Matthias Petermann<matthias@petermann.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trytond_party
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
COMMENT= The Party Module for Tryton
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \
|
|
${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|