1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/finance/trytond_stock_lot/Makefile
William Grzybowski 1a4eacd529 finance/trytond_stock_lot: update to 2.4.1
- Update to 2.4.1
- Change maintainer address
- Add Create By Makefile header

PR:		ports/181190
Submitted by:	Matthias Petermann <matthias petermann-it.de> (maintainer)
2013-08-10 14:05:57 +00:00

24 lines
605 B
Makefile

# Created by: Matthias Petermann <matthias@petermann-it.de>
# $FreeBSD$
PORTNAME= trytond_stock_lot
PORTVERSION= 2.4.1
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann-it.de
COMMENT= Tryton Application Platform (Stock Lot Module)
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock
CONFLICTS= trytond_stock_lot-2.[68].*
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>