2013-11-18 15:11:55 +00:00
|
|
|
# Created by: Matthias Petermann <matthias@petermann-it.de>
|
2012-08-20 00:50:29 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trytond_currency
|
|
|
|
PORTVERSION= 2.4.0
|
2014-02-09 15:09:54 +00:00
|
|
|
PORTREVISION= 1
|
2012-08-20 00:50:29 +00:00
|
|
|
CATEGORIES= finance python
|
2013-05-19 10:00:37 +00:00
|
|
|
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
|
2012-08-20 00:50:29 +00:00
|
|
|
|
|
|
|
MAINTAINER= matthias@petermann.it
|
2013-05-19 10:00:37 +00:00
|
|
|
COMMENT= Tryton Application Platform (Currency Module)
|
2012-08-20 00:50:29 +00:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond
|
|
|
|
|
2013-11-20 17:20:57 +00:00
|
|
|
CONFLICTS= trytond28_currency-2.8.*
|
2013-05-19 10:00:37 +00:00
|
|
|
|
2012-08-20 00:50:29 +00:00
|
|
|
USE_PYTHON= yes
|
2014-02-09 15:09:54 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-08-20 00:50:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|