mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2a8011eff9
WWW: http://www.tryton.org/ PR: 171417 Submitted by: Matthias Petermann <matthias@d2ux.net>
28 lines
767 B
Makefile
28 lines
767 B
Makefile
# New ports collection makefile for: trytond_stock
|
|
# Date created: 07 September, 2012
|
|
# Whom: Matthias Petermann<matthias@petermann.it>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trytond_stock
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= finance python
|
|
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
|
|
|
|
MAINTAINER= matthias@petermann.it
|
|
COMMENT= Tryton Application Platform (Stock Module)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
|
|
trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \
|
|
trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
|
|
trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \
|
|
trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|