mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
cd0fda596a
Platform (Purchase Invoice Line Standalone Module). PR: ports/171446 Submitted by: matthias@petermann.it
22 lines
660 B
Makefile
22 lines
660 B
Makefile
# Created by: Matthias Petermann<matthias@petermann.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= trytond_purchase_invoice_line_standalone
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
COMMENT= Tryton Application Platform (Purchase Invoice Line Standalone Module)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \
|
|
trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|