mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
29ba1f26b3
- Add CONFLICTS - Trim Makefile headers PR: 178161 Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer)
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= trytond_account_de_skr03
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= german finance python
|
|
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
COMMENT= Tryton Application Platform (German Account Chart)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account
|
|
|
|
CONFLICTS= trytond_account_de_skr03-2.[68].*
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|