1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/finance/trytond_product/Makefile
Wen Heping 2557ad31ad - Add LICENSE [1]
- Improve Makefile with PORTVERSION:R

Submitted by:	Matthias Petermann <matthias@d2ux.net> (maintainer, via Email) [1]
2012-08-16 00:49:18 +00:00

24 lines
505 B
Makefile

# New ports collection makefile for: trytond_product
# Date created: 12 August, 2012
# Whom: Matthias Petermann<matthias@petermann.it>
#
# $FreeBSD$
#
PORTNAME= trytond_product
PORTVERSION= 2.4.0
CATEGORIES= finance python
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
MAINTAINER= matthias@petermann.it
COMMENT= The Product Module for Tryton
LICENSE= GPLv3
RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>