Update databases/percona57-server to version 5.7.21.20
[dports.git] / finance / trytond28_product_measurements / Makefile
1 # Created by: Matthias Petermann <matthias@petermann-it.de>
2 # $FreeBSD$
3
4 PORTNAME=       trytond28_product_measurements
5 PORTVERSION=    2.8.0
6 PORTREVISION=   1
7 CATEGORIES=     finance python
8 MASTER_SITES=   https://pypi.python.org/packages/source/t/trytond_product_measurements/ \
9                 http://downloads.tryton.org/${PORTVERSION:R}/
10 DISTNAME=       trytond_product_measurements-${PORTVERSION}
11
12 MAINTAINER=     matthias@petermann-it.de
13 COMMENT=        Tryton Application Platform (Product Measurements Module)
14
15 LICENSE=        GPLv3
16
17 RUN_DEPENDS=    trytond28_product>=2.8.0:finance/trytond28_product
18
19 CONFLICTS=      trytond_product_measurements-2.[46].*
20
21 USES=           python:2.7
22 USE_PYTHON=     distutils autoplist
23
24 .include <bsd.port.mk>